| 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. |
require 'unifapi'
instance = Unifapi::SeoHistoricalBulkTrafficResponse.new(
location: null,
language: null,
results: null
)