Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.14 KB

File metadata and controls

29 lines (20 loc) · 1.14 KB

StartAgentsBatchDeleteRequestInner

Properties

Name Type Description Notes
id str [optional]

Example

from cyperf.models.start_agents_batch_delete_request_inner import StartAgentsBatchDeleteRequestInner

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

# convert the object into a dict
start_agents_batch_delete_request_inner_dict = start_agents_batch_delete_request_inner_instance.to_dict()
# create an instance of StartAgentsBatchDeleteRequestInner from a dict
start_agents_batch_delete_request_inner_from_dict = StartAgentsBatchDeleteRequestInner.from_dict(start_agents_batch_delete_request_inner_dict)

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