The account's maximum number of FTP accounts. * unlimited
* An integer that represents a number of FTP accounts.
Name | Type | Description | Notes |
---|
from clientapi_cpanel.models.inline_response200541_result_data_maximum_ftp_accounts import InlineResponse200541ResultDataMaximumFtpAccounts
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200541ResultDataMaximumFtpAccounts from a JSON string
inline_response200541_result_data_maximum_ftp_accounts_instance = InlineResponse200541ResultDataMaximumFtpAccounts.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200541ResultDataMaximumFtpAccounts.to_json())
# convert the object into a dict
inline_response200541_result_data_maximum_ftp_accounts_dict = inline_response200541_result_data_maximum_ftp_accounts_instance.to_dict()
# create an instance of InlineResponse200541ResultDataMaximumFtpAccounts from a dict
inline_response200541_result_data_maximum_ftp_accounts_from_dict = InlineResponse200541ResultDataMaximumFtpAccounts.from_dict(inline_response200541_result_data_maximum_ftp_accounts_dict)