The maximum number of email accounts for the account. * unlimited * An integer that represents a number of email accounts.
| Name | Type | Description | Notes |
|---|
from clientapi_cpanel.models.inline_response200541_result_data_maximum_mail_accounts import InlineResponse200541ResultDataMaximumMailAccounts
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200541ResultDataMaximumMailAccounts from a JSON string
inline_response200541_result_data_maximum_mail_accounts_instance = InlineResponse200541ResultDataMaximumMailAccounts.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200541ResultDataMaximumMailAccounts.to_json())
# convert the object into a dict
inline_response200541_result_data_maximum_mail_accounts_dict = inline_response200541_result_data_maximum_mail_accounts_instance.to_dict()
# create an instance of InlineResponse200541ResultDataMaximumMailAccounts from a dict
inline_response200541_result_data_maximum_mail_accounts_from_dict = InlineResponse200541ResultDataMaximumMailAccounts.from_dict(inline_response200541_result_data_maximum_mail_accounts_dict)