| 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] |
require 'unifapi'
instance = Unifapi::SeoDomainRankOverviewRequest.new(
target: null,
location: null,
language: null,
view: null
)