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_live_json_response_infoimportOnPageLighthouseLiveJsonResponseInfo# TODO update the JSON string belowjson="{}"# create an instance of OnPageLighthouseLiveJsonResponseInfo from a JSON stringon_page_lighthouse_live_json_response_info_instance=OnPageLighthouseLiveJsonResponseInfo.from_json(json)
# print the JSON string representation of the objectprintOnPageLighthouseLiveJsonResponseInfo.to_json()
# convert the object into a dicton_page_lighthouse_live_json_response_info_dict=on_page_lighthouse_live_json_response_info_instance.to_dict()
# create an instance of OnPageLighthouseLiveJsonResponseInfo from a dicton_page_lighthouse_live_json_response_info_form_dict=on_page_lighthouse_live_json_response_info.from_dict(on_page_lighthouse_live_json_response_info_dict)