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 that link to the requested targets, with per-target backlink metrics. Each domain is one billable record.
Example
fromunifapi.models.seo_backlinks_domain_intersection_responseimportSeoBacklinksDomainIntersectionResponse# TODO update the JSON string belowjson="{}"# create an instance of SeoBacklinksDomainIntersectionResponse from a JSON stringseo_backlinks_domain_intersection_response_instance=SeoBacklinksDomainIntersectionResponse.from_json(json)
# print the JSON string representation of the objectprint(SeoBacklinksDomainIntersectionResponse.to_json())
# convert the object into a dictseo_backlinks_domain_intersection_response_dict=seo_backlinks_domain_intersection_response_instance.to_dict()
# create an instance of SeoBacklinksDomainIntersectionResponse from a dictseo_backlinks_domain_intersection_response_from_dict=SeoBacklinksDomainIntersectionResponse.from_dict(seo_backlinks_domain_intersection_response_dict)