| Name | Type | Description | Notes |
|---|---|---|---|
| location | String | ||
| language | String | ||
| view | SeoDomainMetricsView | ||
| results | Array<SeoBulkTrafficItem> | Estimated traffic per requested domain. Each domain is one billable record. |
require 'unifapi'
instance = Unifapi::SeoBulkTrafficResponse.new(
location: null,
language: null,
view: null,
results: null
)