| Name | Type | Description | Notes |
|---|---|---|---|
| total | object | Число элементов в результате |
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)