| Name | Type | Description | Notes |
|---|---|---|---|
| keyword | String | Keyword echoed from the request. | |
| location | String | ||
| language | String | ||
| results | Array<SeoHistoricalSerpItem> | SERP composition snapshots for the keyword over time. Each snapshot is one billable record. |
require 'unifapi'
instance = Unifapi::SeoHistoricalSerpsResponse.new(
keyword: null,
location: null,
language: null,
results: null
)