| Name | Type | Description | Notes |
|---|---|---|---|
| target | String | Target echoed from the request. | |
| view | SeoBacklinksView | ||
| date_from | String | Start date of the history echoed from the request. | [optional] |
| date_to | String | End date of the history echoed from the request. | [optional] |
| series | Array<SeoBacklinksHistoryItem> | Monthly snapshots of the target's backlink profile, oldest to newest. |
require 'unifapi'
instance = Unifapi::SeoBacklinksHistoryResponse.new(
target: null,
view: null,
date_from: null,
date_to: null,
series: null
)