Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.75 KB

File metadata and controls

32 lines (23 loc) · 1.75 KB

InlineResponse200527ResultDataAccountsServices

Information about the Subaccount's access to email, FTP, and Web Disk.

Properties

Name Type Description Notes
email InlineResponse200527ResultDataAccountsServicesEmail [optional]
ftp InlineResponse200527ResultDataAccountsServicesFtp [optional]
webdisk InlineResponse200527ResultDataAccountsServicesWebdisk [optional]

Example

from clientapi_cpanel.models.inline_response200527_result_data_accounts_services import InlineResponse200527ResultDataAccountsServices

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

# convert the object into a dict
inline_response200527_result_data_accounts_services_dict = inline_response200527_result_data_accounts_services_instance.to_dict()
# create an instance of InlineResponse200527ResultDataAccountsServices from a dict
inline_response200527_result_data_accounts_services_from_dict = InlineResponse200527ResultDataAccountsServices.from_dict(inline_response200527_result_data_accounts_services_dict)

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