| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| 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
)| Back | FazBrowse Home | New Git URL |