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
Referring pages linking only with nofollow backlinks.
[optional]
referring_domains
int
Referring domains pointing to the target.
[optional]
referring_domains_nofollow
int
Referring domains linking only with nofollow backlinks.
[optional]
referring_main_domains
int
Referring root domains pointing to the target.
[optional]
referring_main_domains_nofollow
int
Referring root domains linking only with nofollow backlinks.
[optional]
referring_ips
int
Referring IP addresses pointing to the target.
[optional]
referring_subnets
int
Referring subnets pointing to the target.
[optional]
Example
fromunifapi.models.seo_backlinks_timeseries_itemimportSeoBacklinksTimeseriesItem# TODO update the JSON string belowjson="{}"# create an instance of SeoBacklinksTimeseriesItem from a JSON stringseo_backlinks_timeseries_item_instance=SeoBacklinksTimeseriesItem.from_json(json)
# print the JSON string representation of the objectprint(SeoBacklinksTimeseriesItem.to_json())
# convert the object into a dictseo_backlinks_timeseries_item_dict=seo_backlinks_timeseries_item_instance.to_dict()
# create an instance of SeoBacklinksTimeseriesItem from a dictseo_backlinks_timeseries_item_from_dict=SeoBacklinksTimeseriesItem.from_dict(seo_backlinks_timeseries_item_dict)