Skip to content

Latest commit

History

History
29 lines (20 loc) · 1.01 KB

File metadata and controls

29 lines (20 loc) · 1.01 KB

AnalysisUpdateTagsRequest

Properties

NameTypeDescriptionNotes
tagsList[str]

Example

fromrevengai.models.analysis_update_tags_requestimportAnalysisUpdateTagsRequest# TODO update the JSON string belowjson="{}"# create an instance of AnalysisUpdateTagsRequest from a JSON stringanalysis_update_tags_request_instance=AnalysisUpdateTagsRequest.from_json(json)
# print the JSON string representation of the objectprint(AnalysisUpdateTagsRequest.to_json())
# convert the object into a dictanalysis_update_tags_request_dict=analysis_update_tags_request_instance.to_dict()
# create an instance of AnalysisUpdateTagsRequest from a dictanalysis_update_tags_request_from_dict=AnalysisUpdateTagsRequest.from_dict(analysis_update_tags_request_dict)

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