Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 790 Bytes

HostName1.md

File metadata and controls

28 lines (19 loc) · 790 Bytes

HostName1

Properties

Name Type Description Notes

Example

from clientapi_cpanel.models.host_name1 import HostName1

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

# convert the object into a dict
host_name1_dict = host_name1_instance.to_dict()
# create an instance of HostName1 from a dict
host_name1_from_dict = HostName1.from_dict(host_name1_dict)

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