Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.13 KB

File metadata and controls

29 lines (20 loc) · 1.13 KB

GetAnalysisStringsStatusOutputBody

Properties

Name Type Description Notes
status str

Example

from revengai.models.get_analysis_strings_status_output_body import GetAnalysisStringsStatusOutputBody

# TODO update the JSON string below
json = "{}"
# create an instance of GetAnalysisStringsStatusOutputBody from a JSON string
get_analysis_strings_status_output_body_instance = GetAnalysisStringsStatusOutputBody.from_json(json)
# print the JSON string representation of the object
print(GetAnalysisStringsStatusOutputBody.to_json())

# convert the object into a dict
get_analysis_strings_status_output_body_dict = get_analysis_strings_status_output_body_instance.to_dict()
# create an instance of GetAnalysisStringsStatusOutputBody from a dict
get_analysis_strings_status_output_body_from_dict = GetAnalysisStringsStatusOutputBody.from_dict(get_analysis_strings_status_output_body_dict)

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