Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.2 KB

File metadata and controls

28 lines (20 loc) · 1.2 KB

GetAgentStatistics200ResponseMeta

Properties

Name Type Description Notes
total object Количество полученных временных отрезков

Example

from timeweb_cloud_api.models.get_agent_statistics200_response_meta import GetAgentStatistics200ResponseMeta

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

# convert the object into a dict
get_agent_statistics200_response_meta_dict = get_agent_statistics200_response_meta_instance.to_dict()
# create an instance of GetAgentStatistics200ResponseMeta from a dict
get_agent_statistics200_response_meta_form_dict = get_agent_statistics200_response_meta.from_dict(get_agent_statistics200_response_meta_dict)

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