| Name | Type | Description | Notes |
|---|---|---|---|
| target | String | Target echoed from the request. | |
| view | SeoBacklinksView | ||
| total_count | Integer | Total number of pages available in DataForSEO's database. | [optional] |
| results | Array<SeoBacklinksDomainPageItem> | Target pages ranked by backlink volume, with crawl data and backlink counters. Each page is one billable record. |
require 'unifapi'
instance = Unifapi::SeoBacklinksDomainPagesResponse.new(
target: null,
view: null,
total_count: null,
results: null
)