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
Domains, subdomains, or pages to analyze (up to 1000). Domains/subdomains without https:// and www.; pages as absolute URLs.
date_from
str
Start date (yyyy-mm-dd) for counting new and lost backlinks. Minimum 2019-01-30; defaults to one month ago.
[optional]
Example
fromunifapi.models.seo_backlinks_bulk_new_lost_backlinks_requestimportSeoBacklinksBulkNewLostBacklinksRequest# TODO update the JSON string belowjson="{}"# create an instance of SeoBacklinksBulkNewLostBacklinksRequest from a JSON stringseo_backlinks_bulk_new_lost_backlinks_request_instance=SeoBacklinksBulkNewLostBacklinksRequest.from_json(json)
# print the JSON string representation of the objectprint(SeoBacklinksBulkNewLostBacklinksRequest.to_json())
# convert the object into a dictseo_backlinks_bulk_new_lost_backlinks_request_dict=seo_backlinks_bulk_new_lost_backlinks_request_instance.to_dict()
# create an instance of SeoBacklinksBulkNewLostBacklinksRequest from a dictseo_backlinks_bulk_new_lost_backlinks_request_from_dict=SeoBacklinksBulkNewLostBacklinksRequest.from_dict(seo_backlinks_bulk_new_lost_backlinks_request_dict)