| Name | Type | Description | Notes |
|---|---|---|---|
| target | String | Target echoed from the request. | |
| view | SeoBacklinksView | ||
| total_count | Integer | Total number of referring networks available in DataForSEO's database. | [optional] |
| results | Array<SeoBacklinksReferringNetworkItem> | Referring IP networks pointing to the target, with backlink counters. Each network is one billable record. |
require 'unifapi'
instance = Unifapi::SeoBacklinksReferringNetworksResponse.new(
target: null,
view: null,
total_count: null,
results: null
)