Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 590 Bytes

File metadata and controls

24 lines (18 loc) · 590 Bytes

Unifapi::SeoHistoricalRankItem

Properties

Name Type Description Notes
year Integer Year of the metrics snapshot.
month Integer Month of the metrics snapshot (1-12). [optional]
organic SeoDomainMetricGroup [optional]
paid SeoDomainMetricsPaid [optional]

Example

require 'unifapi'

instance = Unifapi::SeoHistoricalRankItem.new(
  year: null,
  month: null,
  organic: null,
  paid: null
)