Information about the Subaccount's access to email, FTP, and Web Disk.
| Name | Type | Description | Notes |
|---|---|---|---|
| InlineResponse200527ResultDataAccountsServicesEmail | [optional] | ||
| ftp | InlineResponse200527ResultDataAccountsServicesFtp | [optional] | |
| webdisk | InlineResponse200527ResultDataAccountsServicesWebdisk | [optional] |
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)