Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.19 KB

File metadata and controls

28 lines (20 loc) · 1.19 KB

AddStorageSubdomainCertificateRequest

Properties

Name Type Description Notes
subdomain object [optional]

Example

from timeweb_cloud_api.models.add_storage_subdomain_certificate_request import AddStorageSubdomainCertificateRequest

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

# convert the object into a dict
add_storage_subdomain_certificate_request_dict = add_storage_subdomain_certificate_request_instance.to_dict()
# create an instance of AddStorageSubdomainCertificateRequest from a dict
add_storage_subdomain_certificate_request_form_dict = add_storage_subdomain_certificate_request.from_dict(add_storage_subdomain_certificate_request_dict)

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