Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 565 Bytes

File metadata and controls

22 lines (16 loc) · 565 Bytes

Unifapi::SeoHistoricalBulkTrafficResponse

Properties

Name Type Description Notes
location String
language String
results Array<SeoHistoricalBulkTrafficItem> Monthly estimated traffic time series per requested domain. Each domain is one billable record.

Example

require 'unifapi'

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