| Name | Type | Description | Notes |
|---|---|---|---|
| target | String | Target domain echoed from the request. | |
| location | String | ||
| language | String | ||
| view | SeoDomainMetricsView | ||
| results | Array<SeoDomainMetrics> | Ranking distribution and estimated traffic for the target domain. One billable record per location/language overview. |
require 'unifapi'
instance = Unifapi::SeoDomainRankOverviewResponse.new(
target: null,
location: null,
language: null,
view: null,
results: null
)