You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromkandji.models.audit_log_list_audit_events200_responseimportAuditLogListAuditEvents200Response# TODO update the JSON string belowjson="{}"# create an instance of AuditLogListAuditEvents200Response from a JSON stringaudit_log_list_audit_events200_response_instance=AuditLogListAuditEvents200Response.from_json(json)
# print the JSON string representation of the objectprint(AuditLogListAuditEvents200Response.to_json())
# convert the object into a dictaudit_log_list_audit_events200_response_dict=audit_log_list_audit_events200_response_instance.to_dict()
# create an instance of AuditLogListAuditEvents200Response from a dictaudit_log_list_audit_events200_response_from_dict=AuditLogListAuditEvents200Response.from_dict(audit_log_list_audit_events200_response_dict)