Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 716 Bytes

File metadata and controls

24 lines (18 loc) · 716 Bytes

Unifapi::SeoDomainRankOverviewRequest

Properties

Name Type Description Notes
target String Target domain, such as example.com or https://example.com. Specified without www.
location SeoDomainRankOverviewLocation [optional]
language String Search language as an ISO code or full language name. Defaults to en. [optional]
view SeoDomainMetricsView [optional]

Example

require 'unifapi'

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