| Name | Type | Description | Notes |
|---|---|---|---|
| lang_php | InlineResponse200287ResultMetadataLangPHP | [optional] |
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)