Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 743 Bytes

Detail.md

File metadata and controls

28 lines (19 loc) · 743 Bytes

Detail

Properties

Name Type Description Notes

Example

from openapi_client.models.detail import Detail

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

# convert the object into a dict
detail_dict = detail_instance.to_dict()
# create an instance of Detail from a dict
detail_from_dict = Detail.from_dict(detail_dict)

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