Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.27 KB

InlineResponse200394ResultDataInodesUsed.md

File metadata and controls

29 lines (20 loc) · 1.27 KB

InlineResponse200394ResultDataInodesUsed

The account's number of used inodes. * 0 — No usage or disabled server quotas.

Properties

Name Type Description Notes

Example

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)

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