| Name | Type | Description | Notes |
|---|---|---|---|
| target | String | Target echoed from the request. | |
| total_count | Integer | Total number of competitors available in DataForSEO's database. | [optional] |
| results | Array<SeoBacklinksCompetitorItem> | Domains that share referring domains with the target, by shared-domain count. Each competitor is one billable record. |
require 'unifapi'
instance = Unifapi::SeoBacklinksCompetitorsResponse.new(
target: null,
total_count: null,
results: null
)