The resource's status. * up * down * unknown * The current resource usage.
| Name | Type | Description | Notes |
|---|
from clientapi_cpanel.models.inline_response200451_result_data_value import InlineResponse200451ResultDataValue
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200451ResultDataValue from a JSON string
inline_response200451_result_data_value_instance = InlineResponse200451ResultDataValue.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200451ResultDataValue.to_json())
# convert the object into a dict
inline_response200451_result_data_value_dict = inline_response200451_result_data_value_instance.to_dict()
# create an instance of InlineResponse200451ResultDataValue from a dict
inline_response200451_result_data_value_from_dict = InlineResponse200451ResultDataValue.from_dict(inline_response200451_result_data_value_dict)