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_task_get_json_response_infoimportOnPageLighthouseTaskGetJsonResponseInfo# TODO update the JSON string belowjson="{}"# create an instance of OnPageLighthouseTaskGetJsonResponseInfo from a JSON stringon_page_lighthouse_task_get_json_response_info_instance=OnPageLighthouseTaskGetJsonResponseInfo.from_json(json)
# print the JSON string representation of the objectprintOnPageLighthouseTaskGetJsonResponseInfo.to_json()
# convert the object into a dicton_page_lighthouse_task_get_json_response_info_dict=on_page_lighthouse_task_get_json_response_info_instance.to_dict()
# create an instance of OnPageLighthouseTaskGetJsonResponseInfo from a dicton_page_lighthouse_task_get_json_response_info_form_dict=on_page_lighthouse_task_get_json_response_info.from_dict(on_page_lighthouse_task_get_json_response_info_dict)