fromavis_client.models.inspectionimportInspection# TODO update the JSON string belowjson="{}"# create an instance of Inspection from a JSON stringinspection_instance=Inspection.from_json(json)# print the JSON string representation of the objectprintInspection.to_json()# convert the object into a dictinspection_dict=inspection_instance.to_dict()# create an instance of Inspection from a dictinspection_form_dict=inspection.from_dict(inspection_dict)