Name | Type | Description | Notes |
---|---|---|---|
metadata | InlineResponse200207Metadata | [optional] |
from clientapi_cpanel.models.inline_response200207 import InlineResponse200207
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200207 from a JSON string
inline_response200207_instance = InlineResponse200207.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200207.to_json())
# convert the object into a dict
inline_response200207_dict = inline_response200207_instance.to_dict()
# create an instance of InlineResponse200207 from a dict
inline_response200207_from_dict = InlineResponse200207.from_dict(inline_response200207_dict)