| Name | Type | Description | Notes |
|---|---|---|---|
| target | String | Domain echoed from the request. | |
| organic | Array<SeoHistoricalMetricPeriod> | Organic traffic time series. | [optional] |
| paid | Array<SeoHistoricalMetricPeriod> | Paid traffic time series. | [optional] |
require 'unifapi'
instance = Unifapi::SeoHistoricalBulkTrafficItem.new(
target: null,
organic: null,
paid: null
)