| Name | Type | Description | Notes |
|---|---|---|---|
| targets | Array<String> | Domains to estimate historical traffic for (1-1000). | |
| location | SeoHistoricalBulkTrafficLocation | [optional] | |
| language | String | Search language as an ISO code or full language name. Defaults to en. | [optional] |
| date_from | String | Start of the history window. Date in yyyy-mm-dd format. Minimum date: 2019-01-01. | [optional] |
| date_to | String | End of the history window. Date in yyyy-mm-dd format. Minimum date: 2019-01-01. | [optional] |
require 'unifapi'
instance = Unifapi::SeoHistoricalBulkTrafficRequest.new(
targets: null,
location: null,
language: null,
date_from: null,
date_to: null
)