Skip to content

Files

Latest commit

8b801ef · Mar 22, 2025

History

History
29 lines (20 loc) · 1.37 KB

InlineResponse200191ResultDataHumandiskquota.md

File metadata and controls

29 lines (20 loc) · 1.37 KB

InlineResponse200191ResultDataHumandiskquota

The disk quota, in human-readable format. * The disk quota and the unit of measure. * None - The account possesses an unlimited disk quota.

Properties

Name Type Description Notes

Example

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)

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