Skip to content

Latest commit

 

History

History
155 lines (84 loc) · 5.18 KB

File metadata and controls

155 lines (84 loc) · 5.18 KB

SeoBacklinksTimeseriesNewLostRequest

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 series. Minimum 2019-01-30; defaults to one month ago. [optional]
DateTo Pointer to string End date (yyyy-mm-dd). Defaults to today. [optional]
GroupRange Pointer to string Granularity used to group the series. Defaults to month. [optional]
IncludeSubdomains Pointer to bool Include backlinks pointing to the target's subdomains. Defaults to true. [optional]

Methods

NewSeoBacklinksTimeseriesNewLostRequest

func NewSeoBacklinksTimeseriesNewLostRequest(target string, ) *SeoBacklinksTimeseriesNewLostRequest

NewSeoBacklinksTimeseriesNewLostRequest instantiates a new SeoBacklinksTimeseriesNewLostRequest 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

NewSeoBacklinksTimeseriesNewLostRequestWithDefaults

func NewSeoBacklinksTimeseriesNewLostRequestWithDefaults() *SeoBacklinksTimeseriesNewLostRequest

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

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

GetTargetOk

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

SetTarget sets Target field to given value.

GetDateFrom

func (o *SeoBacklinksTimeseriesNewLostRequest) GetDateFrom() string

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

GetDateFromOk

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

SetDateFrom sets DateFrom field to given value.

HasDateFrom

func (o *SeoBacklinksTimeseriesNewLostRequest) HasDateFrom() bool

HasDateFrom returns a boolean if a field has been set.

GetDateTo

func (o *SeoBacklinksTimeseriesNewLostRequest) GetDateTo() string

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

GetDateToOk

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

SetDateTo sets DateTo field to given value.

HasDateTo

func (o *SeoBacklinksTimeseriesNewLostRequest) HasDateTo() bool

HasDateTo returns a boolean if a field has been set.

GetGroupRange

func (o *SeoBacklinksTimeseriesNewLostRequest) GetGroupRange() string

GetGroupRange returns the GroupRange field if non-nil, zero value otherwise.

GetGroupRangeOk

func (o *SeoBacklinksTimeseriesNewLostRequest) GetGroupRangeOk() (*string, bool)

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

SetGroupRange

func (o *SeoBacklinksTimeseriesNewLostRequest) SetGroupRange(v string)

SetGroupRange sets GroupRange field to given value.

HasGroupRange

func (o *SeoBacklinksTimeseriesNewLostRequest) HasGroupRange() bool

HasGroupRange returns a boolean if a field has been set.

GetIncludeSubdomains

func (o *SeoBacklinksTimeseriesNewLostRequest) GetIncludeSubdomains() bool

GetIncludeSubdomains returns the IncludeSubdomains field if non-nil, zero value otherwise.

GetIncludeSubdomainsOk

func (o *SeoBacklinksTimeseriesNewLostRequest) GetIncludeSubdomainsOk() (*bool, bool)

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

SetIncludeSubdomains

func (o *SeoBacklinksTimeseriesNewLostRequest) SetIncludeSubdomains(v bool)

SetIncludeSubdomains sets IncludeSubdomains field to given value.

HasIncludeSubdomains

func (o *SeoBacklinksTimeseriesNewLostRequest) HasIncludeSubdomains() bool

HasIncludeSubdomains returns a boolean if a field has been set.

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