Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 819 Bytes

File metadata and controls

28 lines (22 loc) · 819 Bytes

Unifapi::SeoSubdomainsResponse

Properties

Name Type Description Notes
target String Target domain echoed from the request.
location String
language String
view SeoDomainMetricsView
total_count Integer Total number of subdomains available for the target. [optional]
results Array<SeoSubdomainItem> Subdomains of the target with ranking and traffic metrics. Each subdomain is one billable record.

Example

require 'unifapi'

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