Skip to content

Latest commit

History

History
29 lines (20 loc) · 1.03 KB

File metadata and controls

29 lines (20 loc) · 1.03 KB

CollectionTagsUpdateRequest

Properties

NameTypeDescriptionNotes
tagsList[str]

Example

fromrevengai.models.collection_tags_update_requestimportCollectionTagsUpdateRequest# TODO update the JSON string belowjson="{}"# create an instance of CollectionTagsUpdateRequest from a JSON stringcollection_tags_update_request_instance=CollectionTagsUpdateRequest.from_json(json)
# print the JSON string representation of the objectprint(CollectionTagsUpdateRequest.to_json())
# convert the object into a dictcollection_tags_update_request_dict=collection_tags_update_request_instance.to_dict()
# create an instance of CollectionTagsUpdateRequest from a dictcollection_tags_update_request_from_dict=CollectionTagsUpdateRequest.from_dict(collection_tags_update_request_dict)

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