fromavis_client.models.result_requestimportResultRequest# TODO update the JSON string belowjson="{}"# create an instance of ResultRequest from a JSON stringresult_request_instance=ResultRequest.from_json(json)# print the JSON string representation of the objectprintResultRequest.to_json()# convert the object into a dictresult_request_dict=result_request_instance.to_dict()# create an instance of ResultRequest from a dictresult_request_form_dict=result_request.from_dict(result_request_dict)