Skip to content

Latest commit

 

History

History
155 lines (84 loc) · 4.7 KB

File metadata and controls

155 lines (84 loc) · 4.7 KB

SeoBacklinksHistoryRequest

Properties

Name Type Description Notes
Target string Domain, subdomain, or page to analyze. A domain or subdomain is specified without https:// and www. (example.com); a page is specified as an absolute URL (https://example.com/blog/).
DateFrom Pointer to string Start date (yyyy-mm-dd) for the history. Minimum 2019-01-30; defaults to one year ago. [optional]
DateTo Pointer to string End date (yyyy-mm-dd). Defaults to today. [optional]
RankScale Pointer to SeoBacklinksRankScale [optional]
View Pointer to SeoBacklinksView [optional]

Methods

NewSeoBacklinksHistoryRequest

func NewSeoBacklinksHistoryRequest(target string, ) *SeoBacklinksHistoryRequest

NewSeoBacklinksHistoryRequest instantiates a new SeoBacklinksHistoryRequest 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

NewSeoBacklinksHistoryRequestWithDefaults

func NewSeoBacklinksHistoryRequestWithDefaults() *SeoBacklinksHistoryRequest

NewSeoBacklinksHistoryRequestWithDefaults instantiates a new SeoBacklinksHistoryRequest 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 *SeoBacklinksHistoryRequest) GetTarget() string

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

GetTargetOk

func (o *SeoBacklinksHistoryRequest) 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 *SeoBacklinksHistoryRequest) SetTarget(v string)

SetTarget sets Target field to given value.

GetDateFrom

func (o *SeoBacklinksHistoryRequest) GetDateFrom() string

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

GetDateFromOk

func (o *SeoBacklinksHistoryRequest) 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 *SeoBacklinksHistoryRequest) SetDateFrom(v string)

SetDateFrom sets DateFrom field to given value.

HasDateFrom

func (o *SeoBacklinksHistoryRequest) HasDateFrom() bool

HasDateFrom returns a boolean if a field has been set.

GetDateTo

func (o *SeoBacklinksHistoryRequest) GetDateTo() string

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

GetDateToOk

func (o *SeoBacklinksHistoryRequest) 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 *SeoBacklinksHistoryRequest) SetDateTo(v string)

SetDateTo sets DateTo field to given value.

HasDateTo

func (o *SeoBacklinksHistoryRequest) HasDateTo() bool

HasDateTo returns a boolean if a field has been set.

GetRankScale

func (o *SeoBacklinksHistoryRequest) GetRankScale() SeoBacklinksRankScale

GetRankScale returns the RankScale field if non-nil, zero value otherwise.

GetRankScaleOk

func (o *SeoBacklinksHistoryRequest) GetRankScaleOk() (*SeoBacklinksRankScale, bool)

GetRankScaleOk returns a tuple with the RankScale field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRankScale

func (o *SeoBacklinksHistoryRequest) SetRankScale(v SeoBacklinksRankScale)

SetRankScale sets RankScale field to given value.

HasRankScale

func (o *SeoBacklinksHistoryRequest) HasRankScale() bool

HasRankScale returns a boolean if a field has been set.

GetView

func (o *SeoBacklinksHistoryRequest) GetView() SeoBacklinksView

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

GetViewOk

func (o *SeoBacklinksHistoryRequest) 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 *SeoBacklinksHistoryRequest) SetView(v SeoBacklinksView)

SetView sets View field to given value.

HasView

func (o *SeoBacklinksHistoryRequest) HasView() bool

HasView returns a boolean if a field has been set.

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