Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.08 KB

File metadata and controls

28 lines (20 loc) · 1.08 KB

GetModelsV3200ResponseMeta

Properties

Name Type Description Notes
total object Общее количество моделей

Example

from timeweb_cloud_api.models.get_models_v3200_response_meta import GetModelsV3200ResponseMeta

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

# convert the object into a dict
get_models_v3200_response_meta_dict = get_models_v3200_response_meta_instance.to_dict()
# create an instance of GetModelsV3200ResponseMeta from a dict
get_models_v3200_response_meta_form_dict = get_models_v3200_response_meta.from_dict(get_models_v3200_response_meta_dict)

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