| Name | Type | Description | Notes |
|---|---|---|---|
| keywords | Array<String> | Keywords echoed from the request. | |
| location | String | ||
| language | String | ||
| results | Array<SeoKeywordHistoryItem> | Historical metrics per keyword. Each keyword is one billable record. |
require 'unifapi'
instance = Unifapi::SeoKeywordHistoryResponse.new(
keywords: null,
location: null,
language: null,
results: null
)