| Name | Type | Description | Notes |
|---|---|---|---|
| targets | Array<String> | The requested targets, in request order, echoed back. Each links_to entry's target matches one of these. | |
| view | SeoBacklinksView | ||
| total_count | Integer | Total number of intersecting pages available in DataForSEO's database. | [optional] |
| results | Array<SeoBacklinksPageIntersectionItem> | Referring pages that link to the requested targets, with the backlinks to each target. Each page is one billable record. |
require 'unifapi'
instance = Unifapi::SeoBacklinksPageIntersectionResponse.new(
targets: null,
view: null,
total_count: null,
results: null
)