Skip to content

Latest commit

History

History
29 lines (20 loc) · 1.11 KB

File metadata and controls

29 lines (20 loc) · 1.11 KB

ListExampleAnalysesOutputBody

Properties

NameTypeDescriptionNotes
analysesList[Example]List of example analyses

Example

fromrevengai.models.list_example_analyses_output_bodyimportListExampleAnalysesOutputBody# TODO update the JSON string belowjson="{}"# create an instance of ListExampleAnalysesOutputBody from a JSON stringlist_example_analyses_output_body_instance=ListExampleAnalysesOutputBody.from_json(json)
# print the JSON string representation of the objectprint(ListExampleAnalysesOutputBody.to_json())
# convert the object into a dictlist_example_analyses_output_body_dict=list_example_analyses_output_body_instance.to_dict()
# create an instance of ListExampleAnalysesOutputBody from a dictlist_example_analyses_output_body_from_dict=ListExampleAnalysesOutputBody.from_dict(list_example_analyses_output_body_dict)

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