| Name | Type | Description | Notes |
|---|---|---|---|
| Target | string | Target echoed from the request. | |
| View | SeoBacklinksView | ||
| DateFrom | Pointer to string | Start date of the history echoed from the request. | [optional] |
| DateTo | Pointer to string | End date of the history echoed from the request. | [optional] |
| Series | []SeoBacklinksHistoryItem | Monthly snapshots of the target's backlink profile, oldest to newest. |
func NewSeoBacklinksHistoryResponse(target string, view SeoBacklinksView, series []SeoBacklinksHistoryItem, ) *SeoBacklinksHistoryResponse
NewSeoBacklinksHistoryResponse instantiates a new SeoBacklinksHistoryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSeoBacklinksHistoryResponseWithDefaults() *SeoBacklinksHistoryResponse
NewSeoBacklinksHistoryResponseWithDefaults instantiates a new SeoBacklinksHistoryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *SeoBacklinksHistoryResponse) GetTarget() string
GetTarget returns the Target field if non-nil, zero value otherwise.
func (o *SeoBacklinksHistoryResponse) GetTargetOk() (*string, bool)
GetTargetOk returns a tuple with the Target field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoBacklinksHistoryResponse) SetTarget(v string)
SetTarget sets Target field to given value.
func (o *SeoBacklinksHistoryResponse) GetView() SeoBacklinksView
GetView returns the View field if non-nil, zero value otherwise.
func (o *SeoBacklinksHistoryResponse) GetViewOk() (*SeoBacklinksView, bool)
GetViewOk returns a tuple with the View field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoBacklinksHistoryResponse) SetView(v SeoBacklinksView)
SetView sets View field to given value.
func (o *SeoBacklinksHistoryResponse) GetDateFrom() string
GetDateFrom returns the DateFrom field if non-nil, zero value otherwise.
func (o *SeoBacklinksHistoryResponse) GetDateFromOk() (*string, bool)
GetDateFromOk returns a tuple with the DateFrom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoBacklinksHistoryResponse) SetDateFrom(v string)
SetDateFrom sets DateFrom field to given value.
func (o *SeoBacklinksHistoryResponse) HasDateFrom() bool
HasDateFrom returns a boolean if a field has been set.
func (o *SeoBacklinksHistoryResponse) GetDateTo() string
GetDateTo returns the DateTo field if non-nil, zero value otherwise.
func (o *SeoBacklinksHistoryResponse) GetDateToOk() (*string, bool)
GetDateToOk returns a tuple with the DateTo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoBacklinksHistoryResponse) SetDateTo(v string)
SetDateTo sets DateTo field to given value.
func (o *SeoBacklinksHistoryResponse) HasDateTo() bool
HasDateTo returns a boolean if a field has been set.
func (o *SeoBacklinksHistoryResponse) GetSeries() []SeoBacklinksHistoryItem
GetSeries returns the Series field if non-nil, zero value otherwise.
func (o *SeoBacklinksHistoryResponse) GetSeriesOk() (*[]SeoBacklinksHistoryItem, bool)
GetSeriesOk returns a tuple with the Series field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoBacklinksHistoryResponse) SetSeries(v []SeoBacklinksHistoryItem)
SetSeries sets Series field to given value.