| Name |
Type |
Description |
Notes |
| total |
object |
Общее количество агентов |
|
from timeweb_cloud_api.models.get_agents200_response_meta import GetAgents200ResponseMeta
# TODO update the JSON string below
json = "{}"
# create an instance of GetAgents200ResponseMeta from a JSON string
get_agents200_response_meta_instance = GetAgents200ResponseMeta.from_json(json)
# print the JSON string representation of the object
print GetAgents200ResponseMeta.to_json()
# convert the object into a dict
get_agents200_response_meta_dict = get_agents200_response_meta_instance.to_dict()
# create an instance of GetAgents200ResponseMeta from a dict
get_agents200_response_meta_form_dict = get_agents200_response_meta.from_dict(get_agents200_response_meta_dict)
[Back to Model list] [Back to API list] [Back to README]