| Name | Type | Description | Notes |
|---|---|---|---|
| targets | Array<String> | The requested targets, in request order, echoed back. Each referring_to entry's target matches one of these. | |
| view | SeoBacklinksView | ||
| total_count | Integer | Total number of intersecting domains available in DataForSEO's database. | [optional] |
| results | Array<SeoBacklinksDomainIntersectionItem> | Domains that link to the requested targets, with per-target backlink metrics. Each domain is one billable record. |
require 'unifapi'
instance = Unifapi::SeoBacklinksDomainIntersectionResponse.new(
targets: null,
view: null,
total_count: null,
results: null
)