Skip to content

Latest commit

 

History

History
145 lines (78 loc) · 4.36 KB

File metadata and controls

145 lines (78 loc) · 4.36 KB

SeoBacklinksHistoryResponse

Properties

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.

Methods

NewSeoBacklinksHistoryResponse

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

NewSeoBacklinksHistoryResponseWithDefaults

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

GetTarget

func (o *SeoBacklinksHistoryResponse) GetTarget() string

GetTarget returns the Target field if non-nil, zero value otherwise.

GetTargetOk

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.

SetTarget

func (o *SeoBacklinksHistoryResponse) SetTarget(v string)

SetTarget sets Target field to given value.

GetView

func (o *SeoBacklinksHistoryResponse) GetView() SeoBacklinksView

GetView returns the View field if non-nil, zero value otherwise.

GetViewOk

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.

SetView

func (o *SeoBacklinksHistoryResponse) SetView(v SeoBacklinksView)

SetView sets View field to given value.

GetDateFrom

func (o *SeoBacklinksHistoryResponse) GetDateFrom() string

GetDateFrom returns the DateFrom field if non-nil, zero value otherwise.

GetDateFromOk

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.

SetDateFrom

func (o *SeoBacklinksHistoryResponse) SetDateFrom(v string)

SetDateFrom sets DateFrom field to given value.

HasDateFrom

func (o *SeoBacklinksHistoryResponse) HasDateFrom() bool

HasDateFrom returns a boolean if a field has been set.

GetDateTo

func (o *SeoBacklinksHistoryResponse) GetDateTo() string

GetDateTo returns the DateTo field if non-nil, zero value otherwise.

GetDateToOk

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.

SetDateTo

func (o *SeoBacklinksHistoryResponse) SetDateTo(v string)

SetDateTo sets DateTo field to given value.

HasDateTo

func (o *SeoBacklinksHistoryResponse) HasDateTo() bool

HasDateTo returns a boolean if a field has been set.

GetSeries

func (o *SeoBacklinksHistoryResponse) GetSeries() []SeoBacklinksHistoryItem

GetSeries returns the Series field if non-nil, zero value otherwise.

GetSeriesOk

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.

SetSeries

func (o *SeoBacklinksHistoryResponse) SetSeries(v []SeoBacklinksHistoryItem)

SetSeries sets Series field to given value.

[Back to Model list] [Back to API list] [Back to README]