Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.13 KB

File metadata and controls

29 lines (21 loc) · 1.13 KB

AddStorageSubdomains200Response

Properties

Name Type Description Notes
subdomains object
meta Meta

Example

from timeweb_cloud_api.models.add_storage_subdomains200_response import AddStorageSubdomains200Response

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

# convert the object into a dict
add_storage_subdomains200_response_dict = add_storage_subdomains200_response_instance.to_dict()
# create an instance of AddStorageSubdomains200Response from a dict
add_storage_subdomains200_response_form_dict = add_storage_subdomains200_response.from_dict(add_storage_subdomains200_response_dict)

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