Skip to content

Latest commit

History

History
30 lines (21 loc) · 1.04 KB

File metadata and controls

30 lines (21 loc) · 1.04 KB

AnalysisUpdateRequest

Properties

NameTypeDescriptionNotes
binary_namestr[optional]
analysis_scopeAnalysisScope[optional]

Example

fromrevengai.models.analysis_update_requestimportAnalysisUpdateRequest# TODO update the JSON string belowjson="{}"# create an instance of AnalysisUpdateRequest from a JSON stringanalysis_update_request_instance=AnalysisUpdateRequest.from_json(json)
# print the JSON string representation of the objectprint(AnalysisUpdateRequest.to_json())
# convert the object into a dictanalysis_update_request_dict=analysis_update_request_instance.to_dict()
# create an instance of AnalysisUpdateRequest from a dictanalysis_update_request_from_dict=AnalysisUpdateRequest.from_dict(analysis_update_request_dict)

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