Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 734 Bytes

File metadata and controls

26 lines (20 loc) · 734 Bytes

Unifapi::SeoHistoricalRankOverviewResponse

Properties

Name Type Description Notes
target String Target domain echoed from the request.
location String
language String
view SeoDomainMetricsView
results Array<SeoHistoricalRankItem> Monthly ranking distribution and traffic for the target over time. Each month is one billable record.

Example

require 'unifapi'

instance = Unifapi::SeoHistoricalRankOverviewResponse.new(
  target: null,
  location: null,
  language: null,
  view: null,
  results: null
)