Skip to content

Latest commit

 

History

History
337 lines (182 loc) · 11.6 KB

File metadata and controls

337 lines (182 loc) · 11.6 KB

SeoBacklinksDomainPagesRequest

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]
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]
Filters Pointer to SeoBacklinksDomainPagesRequestFilters [optional]
BacklinksFilters Pointer to SeoBacklinksAnchorsRequestBacklinksFilters [optional]
OrderBy Pointer to []DataForSeoOrderByRule Sort the returned target pages. Each rule is {"field","dir"} with dir asc or desc; up to 3 rules, applied in order. Sortable fields: url, status_code, size, media_type, first_visited, fetch_time, rank, backlinks, backlinks_spam_score, referring_domains, referring_main_domains, referring_pages, referring_ips, referring_subnets, broken_backlinks, broken_pages, first_seen, lost_date. [optional]
Limit Pointer to int32 Maximum number of records to return. Defaults to 100. [optional]
Offset Pointer to int32 Number of records to skip from the start of the results. [optional]
View Pointer to SeoBacklinksView [optional]

Methods

NewSeoBacklinksDomainPagesRequest

func NewSeoBacklinksDomainPagesRequest(target string, ) *SeoBacklinksDomainPagesRequest

NewSeoBacklinksDomainPagesRequest instantiates a new SeoBacklinksDomainPagesRequest 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

NewSeoBacklinksDomainPagesRequestWithDefaults

func NewSeoBacklinksDomainPagesRequestWithDefaults() *SeoBacklinksDomainPagesRequest

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

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

GetTargetOk

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

SetTarget sets Target field to given value.

GetBacklinksStatusType

func (o *SeoBacklinksDomainPagesRequest) GetBacklinksStatusType() SeoBacklinksStatusType

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

GetBacklinksStatusTypeOk

func (o *SeoBacklinksDomainPagesRequest) 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 *SeoBacklinksDomainPagesRequest) SetBacklinksStatusType(v SeoBacklinksStatusType)

SetBacklinksStatusType sets BacklinksStatusType field to given value.

HasBacklinksStatusType

func (o *SeoBacklinksDomainPagesRequest) HasBacklinksStatusType() bool

HasBacklinksStatusType returns a boolean if a field has been set.

GetIncludeSubdomains

func (o *SeoBacklinksDomainPagesRequest) GetIncludeSubdomains() bool

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

GetIncludeSubdomainsOk

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

SetIncludeSubdomains sets IncludeSubdomains field to given value.

HasIncludeSubdomains

func (o *SeoBacklinksDomainPagesRequest) HasIncludeSubdomains() bool

HasIncludeSubdomains returns a boolean if a field has been set.

GetExcludeInternalBacklinks

func (o *SeoBacklinksDomainPagesRequest) GetExcludeInternalBacklinks() bool

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

GetExcludeInternalBacklinksOk

func (o *SeoBacklinksDomainPagesRequest) 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 *SeoBacklinksDomainPagesRequest) SetExcludeInternalBacklinks(v bool)

SetExcludeInternalBacklinks sets ExcludeInternalBacklinks field to given value.

HasExcludeInternalBacklinks

func (o *SeoBacklinksDomainPagesRequest) HasExcludeInternalBacklinks() bool

HasExcludeInternalBacklinks returns a boolean if a field has been set.

GetInternalListLimit

func (o *SeoBacklinksDomainPagesRequest) GetInternalListLimit() int32

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

GetInternalListLimitOk

func (o *SeoBacklinksDomainPagesRequest) 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 *SeoBacklinksDomainPagesRequest) SetInternalListLimit(v int32)

SetInternalListLimit sets InternalListLimit field to given value.

HasInternalListLimit

func (o *SeoBacklinksDomainPagesRequest) HasInternalListLimit() bool

HasInternalListLimit returns a boolean if a field has been set.

GetRankScale

func (o *SeoBacklinksDomainPagesRequest) GetRankScale() SeoBacklinksRankScale

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

GetRankScaleOk

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

SetRankScale sets RankScale field to given value.

HasRankScale

func (o *SeoBacklinksDomainPagesRequest) HasRankScale() bool

HasRankScale returns a boolean if a field has been set.

GetFilters

func (o *SeoBacklinksDomainPagesRequest) GetFilters() SeoBacklinksDomainPagesRequestFilters

GetFilters returns the Filters field if non-nil, zero value otherwise.

GetFiltersOk

func (o *SeoBacklinksDomainPagesRequest) GetFiltersOk() (*SeoBacklinksDomainPagesRequestFilters, bool)

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

SetFilters

func (o *SeoBacklinksDomainPagesRequest) SetFilters(v SeoBacklinksDomainPagesRequestFilters)

SetFilters sets Filters field to given value.

HasFilters

func (o *SeoBacklinksDomainPagesRequest) HasFilters() bool

HasFilters returns a boolean if a field has been set.

GetBacklinksFilters

func (o *SeoBacklinksDomainPagesRequest) GetBacklinksFilters() SeoBacklinksAnchorsRequestBacklinksFilters

GetBacklinksFilters returns the BacklinksFilters field if non-nil, zero value otherwise.

GetBacklinksFiltersOk

func (o *SeoBacklinksDomainPagesRequest) GetBacklinksFiltersOk() (*SeoBacklinksAnchorsRequestBacklinksFilters, bool)

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

SetBacklinksFilters

func (o *SeoBacklinksDomainPagesRequest) SetBacklinksFilters(v SeoBacklinksAnchorsRequestBacklinksFilters)

SetBacklinksFilters sets BacklinksFilters field to given value.

HasBacklinksFilters

func (o *SeoBacklinksDomainPagesRequest) HasBacklinksFilters() bool

HasBacklinksFilters returns a boolean if a field has been set.

GetOrderBy

func (o *SeoBacklinksDomainPagesRequest) GetOrderBy() []DataForSeoOrderByRule

GetOrderBy returns the OrderBy field if non-nil, zero value otherwise.

GetOrderByOk

func (o *SeoBacklinksDomainPagesRequest) GetOrderByOk() (*[]DataForSeoOrderByRule, bool)

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

SetOrderBy

func (o *SeoBacklinksDomainPagesRequest) SetOrderBy(v []DataForSeoOrderByRule)

SetOrderBy sets OrderBy field to given value.

HasOrderBy

func (o *SeoBacklinksDomainPagesRequest) HasOrderBy() bool

HasOrderBy returns a boolean if a field has been set.

GetLimit

func (o *SeoBacklinksDomainPagesRequest) GetLimit() int32

GetLimit returns the Limit field if non-nil, zero value otherwise.

GetLimitOk

func (o *SeoBacklinksDomainPagesRequest) GetLimitOk() (*int32, bool)

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

SetLimit

func (o *SeoBacklinksDomainPagesRequest) SetLimit(v int32)

SetLimit sets Limit field to given value.

HasLimit

func (o *SeoBacklinksDomainPagesRequest) HasLimit() bool

HasLimit returns a boolean if a field has been set.

GetOffset

func (o *SeoBacklinksDomainPagesRequest) GetOffset() int32

GetOffset returns the Offset field if non-nil, zero value otherwise.

GetOffsetOk

func (o *SeoBacklinksDomainPagesRequest) GetOffsetOk() (*int32, bool)

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

SetOffset

func (o *SeoBacklinksDomainPagesRequest) SetOffset(v int32)

SetOffset sets Offset field to given value.

HasOffset

func (o *SeoBacklinksDomainPagesRequest) HasOffset() bool

HasOffset returns a boolean if a field has been set.

GetView

func (o *SeoBacklinksDomainPagesRequest) GetView() SeoBacklinksView

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

GetViewOk

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

SetView sets View field to given value.

HasView

func (o *SeoBacklinksDomainPagesRequest) HasView() bool

HasView returns a boolean if a field has been set.

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