Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.24 KB

File metadata and controls

29 lines (20 loc) · 1.24 KB

InlineResponse200165ResultDataMetadata

Properties

Name Type Description Notes
transformed int Post-processing may have transformed the data. [optional]

Example

from clientapi_cpanel.models.inline_response200165_result_data_metadata import InlineResponse200165ResultDataMetadata

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

# convert the object into a dict
inline_response200165_result_data_metadata_dict = inline_response200165_result_data_metadata_instance.to_dict()
# create an instance of InlineResponse200165ResultDataMetadata from a dict
inline_response200165_result_data_metadata_from_dict = InlineResponse200165ResultDataMetadata.from_dict(inline_response200165_result_data_metadata_dict)

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