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
New/lost backlink and referring-domain counts grouped by period, oldest to newest.
Example
fromunifapi.models.seo_backlinks_timeseries_new_lost_responseimportSeoBacklinksTimeseriesNewLostResponse# TODO update the JSON string belowjson="{}"# create an instance of SeoBacklinksTimeseriesNewLostResponse from a JSON stringseo_backlinks_timeseries_new_lost_response_instance=SeoBacklinksTimeseriesNewLostResponse.from_json(json)
# print the JSON string representation of the objectprint(SeoBacklinksTimeseriesNewLostResponse.to_json())
# convert the object into a dictseo_backlinks_timeseries_new_lost_response_dict=seo_backlinks_timeseries_new_lost_response_instance.to_dict()
# create an instance of SeoBacklinksTimeseriesNewLostResponse from a dictseo_backlinks_timeseries_new_lost_response_from_dict=SeoBacklinksTimeseriesNewLostResponse.from_dict(seo_backlinks_timeseries_new_lost_response_dict)