The hostname to connect to from within the server to connect to the MySQL server
Name | Type | Description | Notes |
---|
from clientapi_cpanel.models.inline_response200359_result_data_hostname import InlineResponse200359ResultDataHostname
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200359ResultDataHostname from a JSON string
inline_response200359_result_data_hostname_instance = InlineResponse200359ResultDataHostname.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200359ResultDataHostname.to_json())
# convert the object into a dict
inline_response200359_result_data_hostname_dict = inline_response200359_result_data_hostname_instance.to_dict()
# create an instance of InlineResponse200359ResultDataHostname from a dict
inline_response200359_result_data_hostname_from_dict = InlineResponse200359ResultDataHostname.from_dict(inline_response200359_result_data_hostname_dict)