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
fromiblai.models.paginated_periodic_agent_log_listimportPaginatedPeriodicAgentLogList# TODO update the JSON string belowjson="{}"# create an instance of PaginatedPeriodicAgentLogList from a JSON stringpaginated_periodic_agent_log_list_instance=PaginatedPeriodicAgentLogList.from_json(json)
# print the JSON string representation of the objectprint(PaginatedPeriodicAgentLogList.to_json())
# convert the object into a dictpaginated_periodic_agent_log_list_dict=paginated_periodic_agent_log_list_instance.to_dict()
# create an instance of PaginatedPeriodicAgentLogList from a dictpaginated_periodic_agent_log_list_from_dict=PaginatedPeriodicAgentLogList.from_dict(paginated_periodic_agent_log_list_dict)