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
fromdataforseo_client.models.on_page_lighthouse_audits_response_infoimportOnPageLighthouseAuditsResponseInfo# TODO update the JSON string belowjson="{}"# create an instance of OnPageLighthouseAuditsResponseInfo from a JSON stringon_page_lighthouse_audits_response_info_instance=OnPageLighthouseAuditsResponseInfo.from_json(json)
# print the JSON string representation of the objectprintOnPageLighthouseAuditsResponseInfo.to_json()
# convert the object into a dicton_page_lighthouse_audits_response_info_dict=on_page_lighthouse_audits_response_info_instance.to_dict()
# create an instance of OnPageLighthouseAuditsResponseInfo from a dicton_page_lighthouse_audits_response_info_form_dict=on_page_lighthouse_audits_response_info.from_dict(on_page_lighthouse_audits_response_info_dict)