Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.41 KB

InlineResponse200541ResultDataMaximumFtpAccounts.md

File metadata and controls

29 lines (20 loc) · 1.41 KB

InlineResponse200541ResultDataMaximumFtpAccounts

The account's maximum number of FTP accounts. * unlimited * An integer that represents a number of FTP accounts.

Properties

Name Type Description Notes

Example

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)

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