Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.01 KB

InlineResponse200207.md

File metadata and controls

29 lines (20 loc) · 1.01 KB

InlineResponse200207

Properties

Name Type Description Notes
metadata InlineResponse200207Metadata [optional]

Example

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)

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