Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 488 Bytes

File metadata and controls

22 lines (16 loc) · 488 Bytes

Unifapi::SeoKeywordMonthlySearch

Properties

Name Type Description Notes
year Integer Calendar year of the data point.
month Integer Month number, 1-12.
search_volume Integer Average Google search volume for that month. [optional]

Example

require 'unifapi'

instance = Unifapi::SeoKeywordMonthlySearch.new(
  year: null,
  month: null,
  search_volume: null
)