Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.17 KB

File metadata and controls

30 lines (21 loc) · 1.17 KB

AuditLogPagedResourcePage

Properties

Name Type Description Notes
last_evaluated_key AuditLogPagedResourcePageLastEvaluatedKey [optional]
size int [optional]

Example

from cm_python_openapi_sdk.models.audit_log_paged_resource_page import AuditLogPagedResourcePage

# TODO update the JSON string below
json = "{}"
# create an instance of AuditLogPagedResourcePage from a JSON string
audit_log_paged_resource_page_instance = AuditLogPagedResourcePage.from_json(json)
# print the JSON string representation of the object
print(AuditLogPagedResourcePage.to_json())

# convert the object into a dict
audit_log_paged_resource_page_dict = audit_log_paged_resource_page_instance.to_dict()
# create an instance of AuditLogPagedResourcePage from a dict
audit_log_paged_resource_page_from_dict = AuditLogPagedResourcePage.from_dict(audit_log_paged_resource_page_dict)

[Back to Model list] [Back to API list] [Back to README]