fromavis_client.models.inspection_images_statisticsimportInspectionImagesStatistics# TODO update the JSON string belowjson="{}"# create an instance of InspectionImagesStatistics from a JSON stringinspection_images_statistics_instance=InspectionImagesStatistics.from_json(json)# print the JSON string representation of the objectprintInspectionImagesStatistics.to_json()# convert the object into a dictinspection_images_statistics_dict=inspection_images_statistics_instance.to_dict()# create an instance of InspectionImagesStatistics from a dictinspection_images_statistics_form_dict=inspection_images_statistics.from_dict(inspection_images_statistics_dict)