Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 385 Bytes

File metadata and controls

22 lines (16 loc) · 385 Bytes

Unifapi::GeoMentionMonthly

Properties

Name Type Description Notes
year Integer
month Integer
ai_search_volume Float [optional]

Example

require 'unifapi'

instance = Unifapi::GeoMentionMonthly.new(
  year: null,
  month: null,
  ai_search_volume: null
)