Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.22 KB

File metadata and controls

29 lines (20 loc) · 1.22 KB

InlineResponse200287ResultMetadata

Properties

Name Type Description Notes
lang_php InlineResponse200287ResultMetadataLangPHP [optional]

Example

from clientapi_cpanel.models.inline_response200287_result_metadata import InlineResponse200287ResultMetadata

# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200287ResultMetadata from a JSON string
inline_response200287_result_metadata_instance = InlineResponse200287ResultMetadata.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200287ResultMetadata.to_json())

# convert the object into a dict
inline_response200287_result_metadata_dict = inline_response200287_result_metadata_instance.to_dict()
# create an instance of InlineResponse200287ResultMetadata from a dict
inline_response200287_result_metadata_from_dict = InlineResponse200287ResultMetadata.from_dict(inline_response200287_result_metadata_dict)

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