Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 813 Bytes

File metadata and controls

28 lines (20 loc) · 813 Bytes

Meta1

Properties

Name Type Description Notes
total object Число элементов в результате

Example

from timeweb_cloud_api.models.meta1 import Meta1

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

# convert the object into a dict
meta1_dict = meta1_instance.to_dict()
# create an instance of Meta1 from a dict
meta1_form_dict = meta1.from_dict(meta1_dict)

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