Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.17 KB

InlineResponse200255ResultDataHost.md

File metadata and controls

29 lines (20 loc) · 1.17 KB

InlineResponse200255ResultDataHost

The IP address or hostname that connected to the FTP server.

Properties

Name Type Description Notes

Example

from clientapi_cpanel.models.inline_response200255_result_data_host import InlineResponse200255ResultDataHost

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

# convert the object into a dict
inline_response200255_result_data_host_dict = inline_response200255_result_data_host_instance.to_dict()
# create an instance of InlineResponse200255ResultDataHost from a dict
inline_response200255_result_data_host_from_dict = InlineResponse200255ResultDataHost.from_dict(inline_response200255_result_data_host_dict)

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