| Name | Type | Description | Notes |
|---|---|---|---|
| target | String | Target domain echoed from the request. | |
| location | String | ||
| language | String | ||
| view | SeoDomainMetricsView | ||
| total_count | Integer | Total number of competing domains available in DataForSEO's database. | [optional] |
| results | Array<SeoCompetitorDomainItem> | Domains competing with the target, with shared-keyword counts and traffic metrics. Each domain is one billable record. |
require 'unifapi'
instance = Unifapi::SeoCompetitorsDomainResponse.new(
target: null,
location: null,
language: null,
view: null,
total_count: null,
results: null
)