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
fromcyperf.models.start_agents_batch_delete_request_innerimportStartAgentsBatchDeleteRequestInner# TODO update the JSON string belowjson="{}"# create an instance of StartAgentsBatchDeleteRequestInner from a JSON stringstart_agents_batch_delete_request_inner_instance=StartAgentsBatchDeleteRequestInner.from_json(json)
# print the JSON string representation of the objectprint(StartAgentsBatchDeleteRequestInner.to_json())
# convert the object into a dictstart_agents_batch_delete_request_inner_dict=start_agents_batch_delete_request_inner_instance.to_dict()
# create an instance of StartAgentsBatchDeleteRequestInner from a dictstart_agents_batch_delete_request_inner_from_dict=StartAgentsBatchDeleteRequestInner.from_dict(start_agents_batch_delete_request_inner_dict)