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
Sort the intersecting referring pages. Prefix each field with the 1-based target index, e.g. 1.rank. Each rule is {"field","dir"} with dir asc or desc; up to 3 rules, applied in order. Sortable fields: dofollow, is_new, is_lost, is_broken, rank, page_from_rank, domain_from_rank, backlink_spam_score, item_type, anchor, tld_from, semantic_location, first_seen, last_seen.
[optional]
limit
int
Maximum number of records to return. Defaults to 100.
[optional]
offset
int
Number of records to skip from the start of the results.
fromunifapi.models.seo_backlinks_page_intersection_requestimportSeoBacklinksPageIntersectionRequest# TODO update the JSON string belowjson="{}"# create an instance of SeoBacklinksPageIntersectionRequest from a JSON stringseo_backlinks_page_intersection_request_instance=SeoBacklinksPageIntersectionRequest.from_json(json)
# print the JSON string representation of the objectprint(SeoBacklinksPageIntersectionRequest.to_json())
# convert the object into a dictseo_backlinks_page_intersection_request_dict=seo_backlinks_page_intersection_request_instance.to_dict()
# create an instance of SeoBacklinksPageIntersectionRequest from a dictseo_backlinks_page_intersection_request_from_dict=SeoBacklinksPageIntersectionRequest.from_dict(seo_backlinks_page_intersection_request_dict)