The account's number of used inodes. * 0
— No usage or disabled server quotas.
Name | Type | Description | Notes |
---|
from clientapi_cpanel.models.inline_response200394_result_data_inodes_used import InlineResponse200394ResultDataInodesUsed
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200394ResultDataInodesUsed from a JSON string
inline_response200394_result_data_inodes_used_instance = InlineResponse200394ResultDataInodesUsed.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200394ResultDataInodesUsed.to_json())
# convert the object into a dict
inline_response200394_result_data_inodes_used_dict = inline_response200394_result_data_inodes_used_instance.to_dict()
# create an instance of InlineResponse200394ResultDataInodesUsed from a dict
inline_response200394_result_data_inodes_used_from_dict = InlineResponse200394ResultDataInodesUsed.from_dict(inline_response200394_result_data_inodes_used_dict)