The account's available inode quota. * 0
— Unlimited or disabled server quotas.
Name | Type | Description | Notes |
---|
from clientapi_cpanel.models.inline_response200394_result_data_inodes_remain import InlineResponse200394ResultDataInodesRemain
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200394ResultDataInodesRemain from a JSON string
inline_response200394_result_data_inodes_remain_instance = InlineResponse200394ResultDataInodesRemain.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200394ResultDataInodesRemain.to_json())
# convert the object into a dict
inline_response200394_result_data_inodes_remain_dict = inline_response200394_result_data_inodes_remain_instance.to_dict()
# create an instance of InlineResponse200394ResultDataInodesRemain from a dict
inline_response200394_result_data_inodes_remain_from_dict = InlineResponse200394ResultDataInodesRemain.from_dict(inline_response200394_result_data_inodes_remain_dict)