Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 548 Bytes

File metadata and controls

22 lines (16 loc) · 548 Bytes

Unifapi::SeoKeywordSearchVolumeTrend

Properties

Name Type Description Notes
monthly Float Percentage change versus the previous month. [optional]
quarterly Float Percentage change versus the previous quarter. [optional]
yearly Float Percentage change versus the previous year. [optional]

Example

require 'unifapi'

instance = Unifapi::SeoKeywordSearchVolumeTrend.new(
  monthly: null,
  quarterly: null,
  yearly: null
)