| Name | Type | Description | Notes |
|---|---|---|---|
| keyword | String | Keyword phrase. | |
| history | Array<SeoKeywordHistoryPoint> | Historical search-volume and Google Ads metrics, newest first. |
require 'unifapi'
instance = Unifapi::SeoKeywordHistoryItem.new(
keyword: null,
history: null
)