The resource's defined output format. * format_bytes * format_bytes_per_second * percent * null — No defined output format. Note: Third-party modules will return their defined formatter value.
| Name | Type | Description | Notes |
|---|
from clientapi_cpanel.models.inline_response200396_result_data_formatter import InlineResponse200396ResultDataFormatter
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200396ResultDataFormatter from a JSON string
inline_response200396_result_data_formatter_instance = InlineResponse200396ResultDataFormatter.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200396ResultDataFormatter.to_json())
# convert the object into a dict
inline_response200396_result_data_formatter_dict = inline_response200396_result_data_formatter_instance.to_dict()
# create an instance of InlineResponse200396ResultDataFormatter from a dict
inline_response200396_result_data_formatter_from_dict = InlineResponse200396ResultDataFormatter.from_dict(inline_response200396_result_data_formatter_dict)