from dataforseo_client.models.on_page_instant_pages_response_info import OnPageInstantPagesResponseInfo
# TODO update the JSON string below
json = "{}"
# create an instance of OnPageInstantPagesResponseInfo from a JSON string
on_page_instant_pages_response_info_instance = OnPageInstantPagesResponseInfo.from_json(json)
# print the JSON string representation of the object
print OnPageInstantPagesResponseInfo.to_json()
# convert the object into a dict
on_page_instant_pages_response_info_dict = on_page_instant_pages_response_info_instance.to_dict()
# create an instance of OnPageInstantPagesResponseInfo from a dict
on_page_instant_pages_response_info_form_dict = on_page_instant_pages_response_info.from_dict(on_page_instant_pages_response_info_dict)