You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromllmpulse.models.create_technical_geo_reports_requestimportCreateTechnicalGeoReportsRequest# TODO update the JSON string belowjson="{}"# create an instance of CreateTechnicalGeoReportsRequest from a JSON stringcreate_technical_geo_reports_request_instance=CreateTechnicalGeoReportsRequest.from_json(json)
# print the JSON string representation of the objectprint(CreateTechnicalGeoReportsRequest.to_json())
# convert the object into a dictcreate_technical_geo_reports_request_dict=create_technical_geo_reports_request_instance.to_dict()
# create an instance of CreateTechnicalGeoReportsRequest from a dictcreate_technical_geo_reports_request_from_dict=CreateTechnicalGeoReportsRequest.from_dict(create_technical_geo_reports_request_dict)