Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 538 Bytes

File metadata and controls

22 lines (16 loc) · 538 Bytes

Unifapi::GeoKeywordSearchVolumeResponse

Properties

Name Type Description Notes
location String
language String
results Array<GeoKeywordSearchVolumeRecord> One billable record per keyword with AI search volume and monthly trend.

Example

require 'unifapi'

instance = Unifapi::GeoKeywordSearchVolumeResponse.new(
  location: null,
  language: null,
  results: null
)