| 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] |
require 'unifapi'
instance = Unifapi::SeoHistoricalRankItem.new(
year: null,
month: null,
organic: null,
paid: null
)