| Name | Type | Description | Notes |
|---|---|---|---|
| binary_name | str | [optional] | |
| analysis_scope | AnalysisScope | [optional] |
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)