Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.3 KB

InlineResponse200394ResultDataInodesRemain.md

File metadata and controls

29 lines (20 loc) · 1.3 KB

InlineResponse200394ResultDataInodesRemain

The account's available inode quota. * 0 — Unlimited or disabled server quotas.

Properties

Name Type Description Notes

Example

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)

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