The disk quota, in human-readable format. * The disk quota and the unit of measure. * None
- The account possesses an unlimited disk quota.
Name | Type | Description | Notes |
---|
from clientapi_cpanel.models.inline_response200191_result_data_humandiskquota import InlineResponse200191ResultDataHumandiskquota
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200191ResultDataHumandiskquota from a JSON string
inline_response200191_result_data_humandiskquota_instance = InlineResponse200191ResultDataHumandiskquota.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200191ResultDataHumandiskquota.to_json())
# convert the object into a dict
inline_response200191_result_data_humandiskquota_dict = inline_response200191_result_data_humandiskquota_instance.to_dict()
# create an instance of InlineResponse200191ResultDataHumandiskquota from a dict
inline_response200191_result_data_humandiskquota_from_dict = InlineResponse200191ResultDataHumandiskquota.from_dict(inline_response200191_result_data_humandiskquota_dict)