| Name | Type | Description | Notes |
|---|---|---|---|
| location | String | ||
| language | String | ||
| results | Array<GeoKeywordSearchVolumeRecord> | One billable record per keyword with AI search volume and monthly trend. |
require 'unifapi'
instance = Unifapi::GeoKeywordSearchVolumeResponse.new(
location: null,
language: null,
results: null
)