The hostname or IP address.
| Name | Type | Description | Notes |
|---|
from clientapi_cpanel.models.inline_response200275_result_data_host_host import InlineResponse200275ResultDataHostHost
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200275ResultDataHostHost from a JSON string
inline_response200275_result_data_host_host_instance = InlineResponse200275ResultDataHostHost.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200275ResultDataHostHost.to_json())
# convert the object into a dict
inline_response200275_result_data_host_host_dict = inline_response200275_result_data_host_host_instance.to_dict()
# create an instance of InlineResponse200275ResultDataHostHost from a dict
inline_response200275_result_data_host_host_from_dict = InlineResponse200275ResultDataHostHost.from_dict(inline_response200275_result_data_host_host_dict)