Skip to content

Latest commit

 

History

History
597 lines (322 loc) · 20.2 KB

File metadata and controls

597 lines (322 loc) · 20.2 KB

SeoReferringDomainItem

Properties

Name Type Description Notes
Domain string Referring domain pointing to the target.
Rank Pointer to int32 Backlink rank of the target, similar to PageRank (0-1000 by default). [optional]
Backlinks Pointer to int32 Number of backlinks pointing to the target. [optional]
BacklinksSpamScore Pointer to int32 Average spam score of the referring pages, 0-100. [optional]
FirstSeen Pointer to string Date DataForSEO first found a backlink for the target. [optional]
LostDate Pointer to string Date the last backlink was lost, if the target currently has none. [optional]
BrokenBacklinks Pointer to int32 Number of backlinks pointing to broken (4xx/5xx) pages of the target. [optional]
BrokenPages Pointer to int32 Number of broken target pages that still receive backlinks. [optional]
ReferringDomains Pointer to int32 Number of referring domains pointing to the target. [optional]
ReferringMainDomains Pointer to int32 Number of referring root domains pointing to the target. [optional]
ReferringPages Pointer to int32 Number of referring pages pointing to the target. [optional]
ReferringIps Pointer to int32 Number of referring IP addresses pointing to the target. [optional]
ReferringSubnets Pointer to int32 Number of referring subnets pointing to the target. [optional]
ReferringDomainsNofollow Pointer to int32 Referring domains linking only with nofollow backlinks (full view). [optional]
ReferringMainDomainsNofollow Pointer to int32 Referring root domains linking only with nofollow backlinks (full view). [optional]
ReferringPagesNofollow Pointer to int32 Referring pages linking only with nofollow backlinks (full view). [optional]
ReferringLinksTld Pointer to map[string]int32 Referring links grouped by top-level domain of the referring page (full view). [optional]
ReferringLinksTypes Pointer to map[string]int32 Referring links grouped by link type, e.g. anchor, image, redirect (full view). [optional]
ReferringLinksAttributes Pointer to map[string]int32 Referring links grouped by link attribute, e.g. nofollow, sponsored, ugc (full view). [optional]
ReferringLinksPlatformTypes Pointer to map[string]int32 Referring links grouped by platform type, e.g. cms, blogs, ecommerce (full view). [optional]
ReferringLinksSemanticLocations Pointer to map[string]int32 Referring links grouped by semantic location on the page, e.g. article, footer (full view). [optional]
ReferringLinksCountries Pointer to map[string]int32 Referring links grouped by country of the referring page (full view). [optional]

Methods

NewSeoReferringDomainItem

func NewSeoReferringDomainItem(domain string, ) *SeoReferringDomainItem

NewSeoReferringDomainItem instantiates a new SeoReferringDomainItem 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

NewSeoReferringDomainItemWithDefaults

func NewSeoReferringDomainItemWithDefaults() *SeoReferringDomainItem

NewSeoReferringDomainItemWithDefaults instantiates a new SeoReferringDomainItem 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

GetDomain

func (o *SeoReferringDomainItem) GetDomain() string

GetDomain returns the Domain field if non-nil, zero value otherwise.

GetDomainOk

func (o *SeoReferringDomainItem) GetDomainOk() (*string, bool)

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

SetDomain

func (o *SeoReferringDomainItem) SetDomain(v string)

SetDomain sets Domain field to given value.

GetRank

func (o *SeoReferringDomainItem) GetRank() int32

GetRank returns the Rank field if non-nil, zero value otherwise.

GetRankOk

func (o *SeoReferringDomainItem) GetRankOk() (*int32, bool)

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

SetRank

func (o *SeoReferringDomainItem) SetRank(v int32)

SetRank sets Rank field to given value.

HasRank

func (o *SeoReferringDomainItem) HasRank() bool

HasRank returns a boolean if a field has been set.

GetBacklinks

func (o *SeoReferringDomainItem) GetBacklinks() int32

GetBacklinks returns the Backlinks field if non-nil, zero value otherwise.

GetBacklinksOk

func (o *SeoReferringDomainItem) GetBacklinksOk() (*int32, bool)

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

SetBacklinks

func (o *SeoReferringDomainItem) SetBacklinks(v int32)

SetBacklinks sets Backlinks field to given value.

HasBacklinks

func (o *SeoReferringDomainItem) HasBacklinks() bool

HasBacklinks returns a boolean if a field has been set.

GetBacklinksSpamScore

func (o *SeoReferringDomainItem) GetBacklinksSpamScore() int32

GetBacklinksSpamScore returns the BacklinksSpamScore field if non-nil, zero value otherwise.

GetBacklinksSpamScoreOk

func (o *SeoReferringDomainItem) GetBacklinksSpamScoreOk() (*int32, bool)

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

SetBacklinksSpamScore

func (o *SeoReferringDomainItem) SetBacklinksSpamScore(v int32)

SetBacklinksSpamScore sets BacklinksSpamScore field to given value.

HasBacklinksSpamScore

func (o *SeoReferringDomainItem) HasBacklinksSpamScore() bool

HasBacklinksSpamScore returns a boolean if a field has been set.

GetFirstSeen

func (o *SeoReferringDomainItem) GetFirstSeen() string

GetFirstSeen returns the FirstSeen field if non-nil, zero value otherwise.

GetFirstSeenOk

func (o *SeoReferringDomainItem) GetFirstSeenOk() (*string, bool)

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

SetFirstSeen

func (o *SeoReferringDomainItem) SetFirstSeen(v string)

SetFirstSeen sets FirstSeen field to given value.

HasFirstSeen

func (o *SeoReferringDomainItem) HasFirstSeen() bool

HasFirstSeen returns a boolean if a field has been set.

GetLostDate

func (o *SeoReferringDomainItem) GetLostDate() string

GetLostDate returns the LostDate field if non-nil, zero value otherwise.

GetLostDateOk

func (o *SeoReferringDomainItem) GetLostDateOk() (*string, bool)

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

SetLostDate

func (o *SeoReferringDomainItem) SetLostDate(v string)

SetLostDate sets LostDate field to given value.

HasLostDate

func (o *SeoReferringDomainItem) HasLostDate() bool

HasLostDate returns a boolean if a field has been set.

GetBrokenBacklinks

func (o *SeoReferringDomainItem) GetBrokenBacklinks() int32

GetBrokenBacklinks returns the BrokenBacklinks field if non-nil, zero value otherwise.

GetBrokenBacklinksOk

func (o *SeoReferringDomainItem) GetBrokenBacklinksOk() (*int32, bool)

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

SetBrokenBacklinks

func (o *SeoReferringDomainItem) SetBrokenBacklinks(v int32)

SetBrokenBacklinks sets BrokenBacklinks field to given value.

HasBrokenBacklinks

func (o *SeoReferringDomainItem) HasBrokenBacklinks() bool

HasBrokenBacklinks returns a boolean if a field has been set.

GetBrokenPages

func (o *SeoReferringDomainItem) GetBrokenPages() int32

GetBrokenPages returns the BrokenPages field if non-nil, zero value otherwise.

GetBrokenPagesOk

func (o *SeoReferringDomainItem) GetBrokenPagesOk() (*int32, bool)

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

SetBrokenPages

func (o *SeoReferringDomainItem) SetBrokenPages(v int32)

SetBrokenPages sets BrokenPages field to given value.

HasBrokenPages

func (o *SeoReferringDomainItem) HasBrokenPages() bool

HasBrokenPages returns a boolean if a field has been set.

GetReferringDomains

func (o *SeoReferringDomainItem) GetReferringDomains() int32

GetReferringDomains returns the ReferringDomains field if non-nil, zero value otherwise.

GetReferringDomainsOk

func (o *SeoReferringDomainItem) GetReferringDomainsOk() (*int32, bool)

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

SetReferringDomains

func (o *SeoReferringDomainItem) SetReferringDomains(v int32)

SetReferringDomains sets ReferringDomains field to given value.

HasReferringDomains

func (o *SeoReferringDomainItem) HasReferringDomains() bool

HasReferringDomains returns a boolean if a field has been set.

GetReferringMainDomains

func (o *SeoReferringDomainItem) GetReferringMainDomains() int32

GetReferringMainDomains returns the ReferringMainDomains field if non-nil, zero value otherwise.

GetReferringMainDomainsOk

func (o *SeoReferringDomainItem) GetReferringMainDomainsOk() (*int32, bool)

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

SetReferringMainDomains

func (o *SeoReferringDomainItem) SetReferringMainDomains(v int32)

SetReferringMainDomains sets ReferringMainDomains field to given value.

HasReferringMainDomains

func (o *SeoReferringDomainItem) HasReferringMainDomains() bool

HasReferringMainDomains returns a boolean if a field has been set.

GetReferringPages

func (o *SeoReferringDomainItem) GetReferringPages() int32

GetReferringPages returns the ReferringPages field if non-nil, zero value otherwise.

GetReferringPagesOk

func (o *SeoReferringDomainItem) GetReferringPagesOk() (*int32, bool)

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

SetReferringPages

func (o *SeoReferringDomainItem) SetReferringPages(v int32)

SetReferringPages sets ReferringPages field to given value.

HasReferringPages

func (o *SeoReferringDomainItem) HasReferringPages() bool

HasReferringPages returns a boolean if a field has been set.

GetReferringIps

func (o *SeoReferringDomainItem) GetReferringIps() int32

GetReferringIps returns the ReferringIps field if non-nil, zero value otherwise.

GetReferringIpsOk

func (o *SeoReferringDomainItem) GetReferringIpsOk() (*int32, bool)

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

SetReferringIps

func (o *SeoReferringDomainItem) SetReferringIps(v int32)

SetReferringIps sets ReferringIps field to given value.

HasReferringIps

func (o *SeoReferringDomainItem) HasReferringIps() bool

HasReferringIps returns a boolean if a field has been set.

GetReferringSubnets

func (o *SeoReferringDomainItem) GetReferringSubnets() int32

GetReferringSubnets returns the ReferringSubnets field if non-nil, zero value otherwise.

GetReferringSubnetsOk

func (o *SeoReferringDomainItem) GetReferringSubnetsOk() (*int32, bool)

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

SetReferringSubnets

func (o *SeoReferringDomainItem) SetReferringSubnets(v int32)

SetReferringSubnets sets ReferringSubnets field to given value.

HasReferringSubnets

func (o *SeoReferringDomainItem) HasReferringSubnets() bool

HasReferringSubnets returns a boolean if a field has been set.

GetReferringDomainsNofollow

func (o *SeoReferringDomainItem) GetReferringDomainsNofollow() int32

GetReferringDomainsNofollow returns the ReferringDomainsNofollow field if non-nil, zero value otherwise.

GetReferringDomainsNofollowOk

func (o *SeoReferringDomainItem) GetReferringDomainsNofollowOk() (*int32, bool)

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

SetReferringDomainsNofollow

func (o *SeoReferringDomainItem) SetReferringDomainsNofollow(v int32)

SetReferringDomainsNofollow sets ReferringDomainsNofollow field to given value.

HasReferringDomainsNofollow

func (o *SeoReferringDomainItem) HasReferringDomainsNofollow() bool

HasReferringDomainsNofollow returns a boolean if a field has been set.

GetReferringMainDomainsNofollow

func (o *SeoReferringDomainItem) GetReferringMainDomainsNofollow() int32

GetReferringMainDomainsNofollow returns the ReferringMainDomainsNofollow field if non-nil, zero value otherwise.

GetReferringMainDomainsNofollowOk

func (o *SeoReferringDomainItem) GetReferringMainDomainsNofollowOk() (*int32, bool)

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

SetReferringMainDomainsNofollow

func (o *SeoReferringDomainItem) SetReferringMainDomainsNofollow(v int32)

SetReferringMainDomainsNofollow sets ReferringMainDomainsNofollow field to given value.

HasReferringMainDomainsNofollow

func (o *SeoReferringDomainItem) HasReferringMainDomainsNofollow() bool

HasReferringMainDomainsNofollow returns a boolean if a field has been set.

GetReferringPagesNofollow

func (o *SeoReferringDomainItem) GetReferringPagesNofollow() int32

GetReferringPagesNofollow returns the ReferringPagesNofollow field if non-nil, zero value otherwise.

GetReferringPagesNofollowOk

func (o *SeoReferringDomainItem) GetReferringPagesNofollowOk() (*int32, bool)

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

SetReferringPagesNofollow

func (o *SeoReferringDomainItem) SetReferringPagesNofollow(v int32)

SetReferringPagesNofollow sets ReferringPagesNofollow field to given value.

HasReferringPagesNofollow

func (o *SeoReferringDomainItem) HasReferringPagesNofollow() bool

HasReferringPagesNofollow returns a boolean if a field has been set.

GetReferringLinksTld

func (o *SeoReferringDomainItem) GetReferringLinksTld() map[string]int32

GetReferringLinksTld returns the ReferringLinksTld field if non-nil, zero value otherwise.

GetReferringLinksTldOk

func (o *SeoReferringDomainItem) GetReferringLinksTldOk() (*map[string]int32, bool)

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

SetReferringLinksTld

func (o *SeoReferringDomainItem) SetReferringLinksTld(v map[string]int32)

SetReferringLinksTld sets ReferringLinksTld field to given value.

HasReferringLinksTld

func (o *SeoReferringDomainItem) HasReferringLinksTld() bool

HasReferringLinksTld returns a boolean if a field has been set.

GetReferringLinksTypes

func (o *SeoReferringDomainItem) GetReferringLinksTypes() map[string]int32

GetReferringLinksTypes returns the ReferringLinksTypes field if non-nil, zero value otherwise.

GetReferringLinksTypesOk

func (o *SeoReferringDomainItem) GetReferringLinksTypesOk() (*map[string]int32, bool)

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

SetReferringLinksTypes

func (o *SeoReferringDomainItem) SetReferringLinksTypes(v map[string]int32)

SetReferringLinksTypes sets ReferringLinksTypes field to given value.

HasReferringLinksTypes

func (o *SeoReferringDomainItem) HasReferringLinksTypes() bool

HasReferringLinksTypes returns a boolean if a field has been set.

GetReferringLinksAttributes

func (o *SeoReferringDomainItem) GetReferringLinksAttributes() map[string]int32

GetReferringLinksAttributes returns the ReferringLinksAttributes field if non-nil, zero value otherwise.

GetReferringLinksAttributesOk

func (o *SeoReferringDomainItem) GetReferringLinksAttributesOk() (*map[string]int32, bool)

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

SetReferringLinksAttributes

func (o *SeoReferringDomainItem) SetReferringLinksAttributes(v map[string]int32)

SetReferringLinksAttributes sets ReferringLinksAttributes field to given value.

HasReferringLinksAttributes

func (o *SeoReferringDomainItem) HasReferringLinksAttributes() bool

HasReferringLinksAttributes returns a boolean if a field has been set.

GetReferringLinksPlatformTypes

func (o *SeoReferringDomainItem) GetReferringLinksPlatformTypes() map[string]int32

GetReferringLinksPlatformTypes returns the ReferringLinksPlatformTypes field if non-nil, zero value otherwise.

GetReferringLinksPlatformTypesOk

func (o *SeoReferringDomainItem) GetReferringLinksPlatformTypesOk() (*map[string]int32, bool)

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

SetReferringLinksPlatformTypes

func (o *SeoReferringDomainItem) SetReferringLinksPlatformTypes(v map[string]int32)

SetReferringLinksPlatformTypes sets ReferringLinksPlatformTypes field to given value.

HasReferringLinksPlatformTypes

func (o *SeoReferringDomainItem) HasReferringLinksPlatformTypes() bool

HasReferringLinksPlatformTypes returns a boolean if a field has been set.

GetReferringLinksSemanticLocations

func (o *SeoReferringDomainItem) GetReferringLinksSemanticLocations() map[string]int32

GetReferringLinksSemanticLocations returns the ReferringLinksSemanticLocations field if non-nil, zero value otherwise.

GetReferringLinksSemanticLocationsOk

func (o *SeoReferringDomainItem) GetReferringLinksSemanticLocationsOk() (*map[string]int32, bool)

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

SetReferringLinksSemanticLocations

func (o *SeoReferringDomainItem) SetReferringLinksSemanticLocations(v map[string]int32)

SetReferringLinksSemanticLocations sets ReferringLinksSemanticLocations field to given value.

HasReferringLinksSemanticLocations

func (o *SeoReferringDomainItem) HasReferringLinksSemanticLocations() bool

HasReferringLinksSemanticLocations returns a boolean if a field has been set.

GetReferringLinksCountries

func (o *SeoReferringDomainItem) GetReferringLinksCountries() map[string]int32

GetReferringLinksCountries returns the ReferringLinksCountries field if non-nil, zero value otherwise.

GetReferringLinksCountriesOk

func (o *SeoReferringDomainItem) GetReferringLinksCountriesOk() (*map[string]int32, bool)

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

SetReferringLinksCountries

func (o *SeoReferringDomainItem) SetReferringLinksCountries(v map[string]int32)

SetReferringLinksCountries sets ReferringLinksCountries field to given value.

HasReferringLinksCountries

func (o *SeoReferringDomainItem) HasReferringLinksCountries() bool

HasReferringLinksCountries returns a boolean if a field has been set.

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