Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.63 KB

File metadata and controls

32 lines (23 loc) · 1.63 KB

InlineResponse200535ResultDataServices1

This object contains information about the subaccount's access to email, FTP, and Web Disk.

Properties

Name Type Description Notes
email InlineResponse200535ResultDataServicesEmail [optional]
ftp InlineResponse200535ResultDataServicesFtp [optional]
webdisk InlineResponse200535ResultDataServices1Webdisk [optional]

Example

from clientapi_cpanel.models.inline_response200535_result_data_services1 import InlineResponse200535ResultDataServices1

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

# convert the object into a dict
inline_response200535_result_data_services1_dict = inline_response200535_result_data_services1_instance.to_dict()
# create an instance of InlineResponse200535ResultDataServices1 from a dict
inline_response200535_result_data_services1_from_dict = InlineResponse200535ResultDataServices1.from_dict(inline_response200535_result_data_services1_dict)

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