| Name | Type | Description | Notes |
|---|
| binaries | List[Binary] | | [optional] |
| collection_id | int | | |
| collection_name | str | | |
| collection_scope | str | | |
| created_at | datetime | | |
| description | str | | |
| has_next_page | bool | | [optional] |
| page_number | int | | [optional] |
| page_size | int | | [optional] |
| tags | List[str] | | [optional] |
| team_id | int | | |
| updated_at | datetime | | |
| user_id | int | | |
fromrevengai.models.get_collection_output_bodyimportGetCollectionOutputBody# TODO update the JSON string belowjson="{}"# create an instance of GetCollectionOutputBody from a JSON stringget_collection_output_body_instance=GetCollectionOutputBody.from_json(json)
# print the JSON string representation of the objectprint(GetCollectionOutputBody.to_json())
# convert the object into a dictget_collection_output_body_dict=get_collection_output_body_instance.to_dict()
# create an instance of GetCollectionOutputBody from a dictget_collection_output_body_from_dict=GetCollectionOutputBody.from_dict(get_collection_output_body_dict)[Back to Model list][Back to API list][Back to README]