Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 489 Bytes

File metadata and controls

22 lines (16 loc) · 489 Bytes

Unifapi::GeoKeywordSearchVolumeRecord

Properties

Name Type Description Notes
keyword String
ai_search_volume Float [optional]
monthly_searches Array<GeoMonthlySearch> [optional]

Example

require 'unifapi'

instance = Unifapi::GeoKeywordSearchVolumeRecord.new(
  keyword: null,
  ai_search_volume: null,
  monthly_searches: null
)