| Name | Type | Description | Notes |
|---|---|---|---|
| keywords | Array<String> | Keywords echoed from the request. | |
| location | String | ||
| language | String | ||
| view | SeoKeywordView | ||
| results | Array<SeoKeywordItem> | Per-keyword metrics: search volume, CPC, competition, difficulty, and intent. Each keyword is one billable record. |
require 'unifapi'
instance = Unifapi::SeoKeywordOverviewResponse.new(
keywords: null,
location: null,
language: null,
view: null,
results: null
)