| Name | Type | Description | Notes |
|---|---|---|---|
| target | String | Target domain echoed from the request. | |
| location | String | ||
| language | String | ||
| view | SeoDomainMetricsView | ||
| results | Array<SeoHistoricalRankItem> | Monthly ranking distribution and traffic for the target over time. Each month is one billable record. |
require 'unifapi'
instance = Unifapi::SeoHistoricalRankOverviewResponse.new(
target: null,
location: null,
language: null,
view: null,
results: null
)