Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 732 Bytes

File metadata and controls

26 lines (20 loc) · 732 Bytes

Unifapi::SeoDomainRankOverviewResponse

Properties

Name Type Description Notes
target String Target domain echoed from the request.
location String
language String
view SeoDomainMetricsView
results Array<SeoDomainMetrics> Ranking distribution and estimated traffic for the target domain. One billable record per location/language overview.

Example

require 'unifapi'

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