| Name |
Type |
Description |
Notes |
| total |
object |
Общее количество моделей |
|
from timeweb_cloud_api.models.get_models200_response_meta import GetModels200ResponseMeta
# TODO update the JSON string below
json = "{}"
# create an instance of GetModels200ResponseMeta from a JSON string
get_models200_response_meta_instance = GetModels200ResponseMeta.from_json(json)
# print the JSON string representation of the object
print GetModels200ResponseMeta.to_json()
# convert the object into a dict
get_models200_response_meta_dict = get_models200_response_meta_instance.to_dict()
# create an instance of GetModels200ResponseMeta from a dict
get_models200_response_meta_form_dict = get_models200_response_meta.from_dict(get_models200_response_meta_dict)
[Back to Model list] [Back to API list] [Back to README]