| 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] |
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
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
func (o *SeoBacklinksDomainPagesRequest) GetTarget() string
GetTarget returns the Target field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksDomainPagesRequest) SetTarget(v string)
SetTarget sets Target field to given value.
func (o *SeoBacklinksDomainPagesRequest) GetBacklinksStatusType() SeoBacklinksStatusType
GetBacklinksStatusType returns the BacklinksStatusType field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksDomainPagesRequest) SetBacklinksStatusType(v SeoBacklinksStatusType)
SetBacklinksStatusType sets BacklinksStatusType field to given value.
func (o *SeoBacklinksDomainPagesRequest) HasBacklinksStatusType() bool
HasBacklinksStatusType returns a boolean if a field has been set.
func (o *SeoBacklinksDomainPagesRequest) GetIncludeSubdomains() bool
GetIncludeSubdomains returns the IncludeSubdomains field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksDomainPagesRequest) SetIncludeSubdomains(v bool)
SetIncludeSubdomains sets IncludeSubdomains field to given value.
func (o *SeoBacklinksDomainPagesRequest) HasIncludeSubdomains() bool
HasIncludeSubdomains returns a boolean if a field has been set.
func (o *SeoBacklinksDomainPagesRequest) GetExcludeInternalBacklinks() bool
GetExcludeInternalBacklinks returns the ExcludeInternalBacklinks field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksDomainPagesRequest) SetExcludeInternalBacklinks(v bool)
SetExcludeInternalBacklinks sets ExcludeInternalBacklinks field to given value.
func (o *SeoBacklinksDomainPagesRequest) HasExcludeInternalBacklinks() bool
HasExcludeInternalBacklinks returns a boolean if a field has been set.
func (o *SeoBacklinksDomainPagesRequest) GetInternalListLimit() int32
GetInternalListLimit returns the InternalListLimit field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksDomainPagesRequest) SetInternalListLimit(v int32)
SetInternalListLimit sets InternalListLimit field to given value.
func (o *SeoBacklinksDomainPagesRequest) HasInternalListLimit() bool
HasInternalListLimit returns a boolean if a field has been set.
func (o *SeoBacklinksDomainPagesRequest) GetRankScale() SeoBacklinksRankScale
GetRankScale returns the RankScale field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksDomainPagesRequest) SetRankScale(v SeoBacklinksRankScale)
SetRankScale sets RankScale field to given value.
func (o *SeoBacklinksDomainPagesRequest) HasRankScale() bool
HasRankScale returns a boolean if a field has been set.
func (o *SeoBacklinksDomainPagesRequest) GetFilters() SeoBacklinksDomainPagesRequestFilters
GetFilters returns the Filters field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksDomainPagesRequest) SetFilters(v SeoBacklinksDomainPagesRequestFilters)
SetFilters sets Filters field to given value.
func (o *SeoBacklinksDomainPagesRequest) HasFilters() bool
HasFilters returns a boolean if a field has been set.
func (o *SeoBacklinksDomainPagesRequest) GetBacklinksFilters() SeoBacklinksAnchorsRequestBacklinksFilters
GetBacklinksFilters returns the BacklinksFilters field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksDomainPagesRequest) SetBacklinksFilters(v SeoBacklinksAnchorsRequestBacklinksFilters)
SetBacklinksFilters sets BacklinksFilters field to given value.
func (o *SeoBacklinksDomainPagesRequest) HasBacklinksFilters() bool
HasBacklinksFilters returns a boolean if a field has been set.
func (o *SeoBacklinksDomainPagesRequest) GetOrderBy() []DataForSeoOrderByRule
GetOrderBy returns the OrderBy field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksDomainPagesRequest) SetOrderBy(v []DataForSeoOrderByRule)
SetOrderBy sets OrderBy field to given value.
func (o *SeoBacklinksDomainPagesRequest) HasOrderBy() bool
HasOrderBy returns a boolean if a field has been set.
func (o *SeoBacklinksDomainPagesRequest) GetLimit() int32
GetLimit returns the Limit field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksDomainPagesRequest) SetLimit(v int32)
SetLimit sets Limit field to given value.
func (o *SeoBacklinksDomainPagesRequest) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (o *SeoBacklinksDomainPagesRequest) GetOffset() int32
GetOffset returns the Offset field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksDomainPagesRequest) SetOffset(v int32)
SetOffset sets Offset field to given value.
func (o *SeoBacklinksDomainPagesRequest) HasOffset() bool
HasOffset returns a boolean if a field has been set.
func (o *SeoBacklinksDomainPagesRequest) GetView() SeoBacklinksView
GetView returns the View field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinksDomainPagesRequest) SetView(v SeoBacklinksView)
SetView sets View field to given value.
func (o *SeoBacklinksDomainPagesRequest) HasView() bool
HasView returns a boolean if a field has been set.