Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.56 KB

File metadata and controls

29 lines (20 loc) · 1.56 KB

InlineResponse200541ResultDataMaximumEmailAccountDiskQuota

The maximum size, that the account can define when it creates an email account. * unlimited * An integer value, in Megabytes (MB).

Properties

Name Type Description Notes

Example

from clientapi_cpanel.models.inline_response200541_result_data_maximum_email_account_disk_quota import InlineResponse200541ResultDataMaximumEmailAccountDiskQuota

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

# convert the object into a dict
inline_response200541_result_data_maximum_email_account_disk_quota_dict = inline_response200541_result_data_maximum_email_account_disk_quota_instance.to_dict()
# create an instance of InlineResponse200541ResultDataMaximumEmailAccountDiskQuota from a dict
inline_response200541_result_data_maximum_email_account_disk_quota_from_dict = InlineResponse200541ResultDataMaximumEmailAccountDiskQuota.from_dict(inline_response200541_result_data_maximum_email_account_disk_quota_dict)

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