Skip to content

Latest commit

 

History

History
233 lines (126 loc) · 7.93 KB

File metadata and controls

233 lines (126 loc) · 7.93 KB

SeoBacklinksSummaryRequest

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/).
BacklinksStatusType Pointer to SeoBacklinksStatusType [optional]
IncludeSubdomains Pointer to bool Include backlinks pointing to the target's subdomains. Defaults to true. [optional]
IncludeIndirectLinks Pointer to bool Include indirect links (via redirects or canonicals) to the target. Defaults to true. [optional]
ExcludeInternalBacklinks Pointer to bool Exclude internal backlinks from the target's own subdomains. Defaults to true. [optional]
InternalListLimit Pointer to int32 Maximum number of entries kept in each referring_links_* breakdown map. Defaults to 10. [optional]
RankScale Pointer to SeoBacklinksRankScale [optional]
View Pointer to SeoBacklinksView [optional]

Methods

NewSeoBacklinksSummaryRequest

func NewSeoBacklinksSummaryRequest(target string, ) *SeoBacklinksSummaryRequest

NewSeoBacklinksSummaryRequest instantiates a new SeoBacklinksSummaryRequest 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

NewSeoBacklinksSummaryRequestWithDefaults

func NewSeoBacklinksSummaryRequestWithDefaults() *SeoBacklinksSummaryRequest

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

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

GetTargetOk

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

SetTarget sets Target field to given value.

GetBacklinksStatusType

func (o *SeoBacklinksSummaryRequest) GetBacklinksStatusType() SeoBacklinksStatusType

GetBacklinksStatusType returns the BacklinksStatusType field if non-nil, zero value otherwise.

GetBacklinksStatusTypeOk

func (o *SeoBacklinksSummaryRequest) GetBacklinksStatusTypeOk() (*SeoBacklinksStatusType, bool)

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

SetBacklinksStatusType

func (o *SeoBacklinksSummaryRequest) SetBacklinksStatusType(v SeoBacklinksStatusType)

SetBacklinksStatusType sets BacklinksStatusType field to given value.

HasBacklinksStatusType

func (o *SeoBacklinksSummaryRequest) HasBacklinksStatusType() bool

HasBacklinksStatusType returns a boolean if a field has been set.

GetIncludeSubdomains

func (o *SeoBacklinksSummaryRequest) GetIncludeSubdomains() bool

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

GetIncludeSubdomainsOk

func (o *SeoBacklinksSummaryRequest) 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 *SeoBacklinksSummaryRequest) SetIncludeSubdomains(v bool)

SetIncludeSubdomains sets IncludeSubdomains field to given value.

HasIncludeSubdomains

func (o *SeoBacklinksSummaryRequest) HasIncludeSubdomains() bool

HasIncludeSubdomains returns a boolean if a field has been set.

GetIncludeIndirectLinks

func (o *SeoBacklinksSummaryRequest) GetIncludeIndirectLinks() bool

GetIncludeIndirectLinks returns the IncludeIndirectLinks field if non-nil, zero value otherwise.

GetIncludeIndirectLinksOk

func (o *SeoBacklinksSummaryRequest) GetIncludeIndirectLinksOk() (*bool, bool)

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

SetIncludeIndirectLinks

func (o *SeoBacklinksSummaryRequest) SetIncludeIndirectLinks(v bool)

SetIncludeIndirectLinks sets IncludeIndirectLinks field to given value.

HasIncludeIndirectLinks

func (o *SeoBacklinksSummaryRequest) HasIncludeIndirectLinks() bool

HasIncludeIndirectLinks returns a boolean if a field has been set.

GetExcludeInternalBacklinks

func (o *SeoBacklinksSummaryRequest) GetExcludeInternalBacklinks() bool

GetExcludeInternalBacklinks returns the ExcludeInternalBacklinks field if non-nil, zero value otherwise.

GetExcludeInternalBacklinksOk

func (o *SeoBacklinksSummaryRequest) GetExcludeInternalBacklinksOk() (*bool, bool)

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

SetExcludeInternalBacklinks

func (o *SeoBacklinksSummaryRequest) SetExcludeInternalBacklinks(v bool)

SetExcludeInternalBacklinks sets ExcludeInternalBacklinks field to given value.

HasExcludeInternalBacklinks

func (o *SeoBacklinksSummaryRequest) HasExcludeInternalBacklinks() bool

HasExcludeInternalBacklinks returns a boolean if a field has been set.

GetInternalListLimit

func (o *SeoBacklinksSummaryRequest) GetInternalListLimit() int32

GetInternalListLimit returns the InternalListLimit field if non-nil, zero value otherwise.

GetInternalListLimitOk

func (o *SeoBacklinksSummaryRequest) GetInternalListLimitOk() (*int32, bool)

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

SetInternalListLimit

func (o *SeoBacklinksSummaryRequest) SetInternalListLimit(v int32)

SetInternalListLimit sets InternalListLimit field to given value.

HasInternalListLimit

func (o *SeoBacklinksSummaryRequest) HasInternalListLimit() bool

HasInternalListLimit returns a boolean if a field has been set.

GetRankScale

func (o *SeoBacklinksSummaryRequest) GetRankScale() SeoBacklinksRankScale

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

GetRankScaleOk

func (o *SeoBacklinksSummaryRequest) 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 *SeoBacklinksSummaryRequest) SetRankScale(v SeoBacklinksRankScale)

SetRankScale sets RankScale field to given value.

HasRankScale

func (o *SeoBacklinksSummaryRequest) HasRankScale() bool

HasRankScale returns a boolean if a field has been set.

GetView

func (o *SeoBacklinksSummaryRequest) GetView() SeoBacklinksView

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

GetViewOk

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

SetView sets View field to given value.

HasView

func (o *SeoBacklinksSummaryRequest) HasView() bool

HasView returns a boolean if a field has been set.

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