Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 592 Bytes

File metadata and controls

24 lines (18 loc) · 592 Bytes

Unifapi::SeoBulkTrafficResponse

Properties

Name Type Description Notes
location String
language String
view SeoDomainMetricsView
results Array<SeoBulkTrafficItem> Estimated traffic per requested domain. Each domain is one billable record.

Example

require 'unifapi'

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