Skip to content

Latest commit

 

History

History
1018 lines (549 loc) · 28.9 KB

File metadata and controls

1018 lines (549 loc) · 28.9 KB

SeoBacklinkItem

Properties

Name Type Description Notes
DomainFrom Pointer to string Domain of the page that links to the target. [optional]
UrlFrom Pointer to string URL of the page that links to the target. [optional]
UrlTo Pointer to string Target URL the backlink points to. [optional]
DomainTo Pointer to string Target domain the backlink points to. [optional]
Anchor Pointer to string Anchor text of the backlink. [optional]
Dofollow Pointer to bool Whether the backlink is dofollow. [optional]
ItemType Pointer to string Type of backlink: anchor, image, link, redirect, or canonical. [optional]
Rank Pointer to int32 Backlink rank of the referring page (0-1000). [optional]
PageFromRank Pointer to int32 Rank of the referring page itself (0-1000). [optional]
DomainFromRank Pointer to int32 Rank of the referring domain (0-1000). [optional]
BacklinkSpamScore Pointer to int32 Spam score of the referring page, 0-100. [optional]
IsNew Pointer to bool Whether the backlink appeared since the last check. [optional]
IsLost Pointer to bool Whether the backlink was lost since the last check. [optional]
IsBroken Pointer to bool Whether the backlink points to a broken page. [optional]
FirstSeen Pointer to string Date the backlink was first found. [optional]
LastSeen Pointer to string Date the backlink was last seen. [optional]
PrevSeen Pointer to string Previous date the backlink was seen before the last check (full view). [optional]
TldFrom Pointer to string Top-level domain of the referring page (full view). [optional]
UrlFromHttps Pointer to bool Whether the referring page uses HTTPS (full view). [optional]
UrlToHttps Pointer to bool Whether the target URL uses HTTPS (full view). [optional]
Alt Pointer to string Alt text, if the backlink is an image link (full view). [optional]
ImageUrl Pointer to string Image URL, if the backlink is an image link (full view). [optional]
TextPre Pointer to string Text immediately before the anchor (full view). [optional]
TextPost Pointer to string Text immediately after the anchor (full view). [optional]
SemanticLocation Pointer to string Semantic location of the link on the page, e.g. article, footer (full view). [optional]
Attributes Pointer to []string Link rel attributes, e.g. nofollow, sponsored, ugc (full view). [optional]
LinksCount Pointer to int32 Number of identical links from the referring page (full view). [optional]
GroupCount Pointer to int32 Number of similar grouped links from the referring domain (full view). [optional]
PageFromTitle Pointer to string Title of the referring page (full view). [optional]
PageFromLanguage Pointer to string Language of the referring page (full view). [optional]
PageFromStatusCode Pointer to int32 HTTP status code of the referring page (full view). [optional]
PageFromExternalLinks Pointer to int32 Number of external links on the referring page (full view). [optional]
PageFromInternalLinks Pointer to int32 Number of internal links on the referring page (full view). [optional]
DomainFromCountry Pointer to string Country of the referring domain (full view). [optional]
DomainFromPlatformType Pointer to []string Platform types of the referring domain, e.g. cms, blogs (full view). [optional]
UrlToStatusCode Pointer to int32 HTTP status code of the target URL (full view). [optional]
UrlToRedirectTarget Pointer to string Redirect target of the backlink URL, if any (full view). [optional]
IsIndirectLink Pointer to bool Whether the link reaches the target via a redirect or canonical (full view). [optional]

Methods

NewSeoBacklinkItem

func NewSeoBacklinkItem() *SeoBacklinkItem

NewSeoBacklinkItem instantiates a new SeoBacklinkItem 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

NewSeoBacklinkItemWithDefaults

func NewSeoBacklinkItemWithDefaults() *SeoBacklinkItem

NewSeoBacklinkItemWithDefaults instantiates a new SeoBacklinkItem 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

GetDomainFrom

func (o *SeoBacklinkItem) GetDomainFrom() string

GetDomainFrom returns the DomainFrom field if non-nil, zero value otherwise.

GetDomainFromOk

func (o *SeoBacklinkItem) GetDomainFromOk() (*string, bool)

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

SetDomainFrom

func (o *SeoBacklinkItem) SetDomainFrom(v string)

SetDomainFrom sets DomainFrom field to given value.

HasDomainFrom

func (o *SeoBacklinkItem) HasDomainFrom() bool

HasDomainFrom returns a boolean if a field has been set.

GetUrlFrom

func (o *SeoBacklinkItem) GetUrlFrom() string

GetUrlFrom returns the UrlFrom field if non-nil, zero value otherwise.

GetUrlFromOk

func (o *SeoBacklinkItem) GetUrlFromOk() (*string, bool)

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

SetUrlFrom

func (o *SeoBacklinkItem) SetUrlFrom(v string)

SetUrlFrom sets UrlFrom field to given value.

HasUrlFrom

func (o *SeoBacklinkItem) HasUrlFrom() bool

HasUrlFrom returns a boolean if a field has been set.

GetUrlTo

func (o *SeoBacklinkItem) GetUrlTo() string

GetUrlTo returns the UrlTo field if non-nil, zero value otherwise.

GetUrlToOk

func (o *SeoBacklinkItem) GetUrlToOk() (*string, bool)

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

SetUrlTo

func (o *SeoBacklinkItem) SetUrlTo(v string)

SetUrlTo sets UrlTo field to given value.

HasUrlTo

func (o *SeoBacklinkItem) HasUrlTo() bool

HasUrlTo returns a boolean if a field has been set.

GetDomainTo

func (o *SeoBacklinkItem) GetDomainTo() string

GetDomainTo returns the DomainTo field if non-nil, zero value otherwise.

GetDomainToOk

func (o *SeoBacklinkItem) GetDomainToOk() (*string, bool)

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

SetDomainTo

func (o *SeoBacklinkItem) SetDomainTo(v string)

SetDomainTo sets DomainTo field to given value.

HasDomainTo

func (o *SeoBacklinkItem) HasDomainTo() bool

HasDomainTo returns a boolean if a field has been set.

GetAnchor

func (o *SeoBacklinkItem) GetAnchor() string

GetAnchor returns the Anchor field if non-nil, zero value otherwise.

GetAnchorOk

func (o *SeoBacklinkItem) GetAnchorOk() (*string, bool)

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

SetAnchor

func (o *SeoBacklinkItem) SetAnchor(v string)

SetAnchor sets Anchor field to given value.

HasAnchor

func (o *SeoBacklinkItem) HasAnchor() bool

HasAnchor returns a boolean if a field has been set.

GetDofollow

func (o *SeoBacklinkItem) GetDofollow() bool

GetDofollow returns the Dofollow field if non-nil, zero value otherwise.

GetDofollowOk

func (o *SeoBacklinkItem) GetDofollowOk() (*bool, bool)

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

SetDofollow

func (o *SeoBacklinkItem) SetDofollow(v bool)

SetDofollow sets Dofollow field to given value.

HasDofollow

func (o *SeoBacklinkItem) HasDofollow() bool

HasDofollow returns a boolean if a field has been set.

GetItemType

func (o *SeoBacklinkItem) GetItemType() string

GetItemType returns the ItemType field if non-nil, zero value otherwise.

GetItemTypeOk

func (o *SeoBacklinkItem) GetItemTypeOk() (*string, bool)

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

SetItemType

func (o *SeoBacklinkItem) SetItemType(v string)

SetItemType sets ItemType field to given value.

HasItemType

func (o *SeoBacklinkItem) HasItemType() bool

HasItemType returns a boolean if a field has been set.

GetRank

func (o *SeoBacklinkItem) GetRank() int32

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

GetRankOk

func (o *SeoBacklinkItem) 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 *SeoBacklinkItem) SetRank(v int32)

SetRank sets Rank field to given value.

HasRank

func (o *SeoBacklinkItem) HasRank() bool

HasRank returns a boolean if a field has been set.

GetPageFromRank

func (o *SeoBacklinkItem) GetPageFromRank() int32

GetPageFromRank returns the PageFromRank field if non-nil, zero value otherwise.

GetPageFromRankOk

func (o *SeoBacklinkItem) GetPageFromRankOk() (*int32, bool)

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

SetPageFromRank

func (o *SeoBacklinkItem) SetPageFromRank(v int32)

SetPageFromRank sets PageFromRank field to given value.

HasPageFromRank

func (o *SeoBacklinkItem) HasPageFromRank() bool

HasPageFromRank returns a boolean if a field has been set.

GetDomainFromRank

func (o *SeoBacklinkItem) GetDomainFromRank() int32

GetDomainFromRank returns the DomainFromRank field if non-nil, zero value otherwise.

GetDomainFromRankOk

func (o *SeoBacklinkItem) GetDomainFromRankOk() (*int32, bool)

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

SetDomainFromRank

func (o *SeoBacklinkItem) SetDomainFromRank(v int32)

SetDomainFromRank sets DomainFromRank field to given value.

HasDomainFromRank

func (o *SeoBacklinkItem) HasDomainFromRank() bool

HasDomainFromRank returns a boolean if a field has been set.

GetBacklinkSpamScore

func (o *SeoBacklinkItem) GetBacklinkSpamScore() int32

GetBacklinkSpamScore returns the BacklinkSpamScore field if non-nil, zero value otherwise.

GetBacklinkSpamScoreOk

func (o *SeoBacklinkItem) GetBacklinkSpamScoreOk() (*int32, bool)

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

SetBacklinkSpamScore

func (o *SeoBacklinkItem) SetBacklinkSpamScore(v int32)

SetBacklinkSpamScore sets BacklinkSpamScore field to given value.

HasBacklinkSpamScore

func (o *SeoBacklinkItem) HasBacklinkSpamScore() bool

HasBacklinkSpamScore returns a boolean if a field has been set.

GetIsNew

func (o *SeoBacklinkItem) GetIsNew() bool

GetIsNew returns the IsNew field if non-nil, zero value otherwise.

GetIsNewOk

func (o *SeoBacklinkItem) GetIsNewOk() (*bool, bool)

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

SetIsNew

func (o *SeoBacklinkItem) SetIsNew(v bool)

SetIsNew sets IsNew field to given value.

HasIsNew

func (o *SeoBacklinkItem) HasIsNew() bool

HasIsNew returns a boolean if a field has been set.

GetIsLost

func (o *SeoBacklinkItem) GetIsLost() bool

GetIsLost returns the IsLost field if non-nil, zero value otherwise.

GetIsLostOk

func (o *SeoBacklinkItem) GetIsLostOk() (*bool, bool)

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

SetIsLost

func (o *SeoBacklinkItem) SetIsLost(v bool)

SetIsLost sets IsLost field to given value.

HasIsLost

func (o *SeoBacklinkItem) HasIsLost() bool

HasIsLost returns a boolean if a field has been set.

GetIsBroken

func (o *SeoBacklinkItem) GetIsBroken() bool

GetIsBroken returns the IsBroken field if non-nil, zero value otherwise.

GetIsBrokenOk

func (o *SeoBacklinkItem) GetIsBrokenOk() (*bool, bool)

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

SetIsBroken

func (o *SeoBacklinkItem) SetIsBroken(v bool)

SetIsBroken sets IsBroken field to given value.

HasIsBroken

func (o *SeoBacklinkItem) HasIsBroken() bool

HasIsBroken returns a boolean if a field has been set.

GetFirstSeen

func (o *SeoBacklinkItem) GetFirstSeen() string

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

GetFirstSeenOk

func (o *SeoBacklinkItem) 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 *SeoBacklinkItem) SetFirstSeen(v string)

SetFirstSeen sets FirstSeen field to given value.

HasFirstSeen

func (o *SeoBacklinkItem) HasFirstSeen() bool

HasFirstSeen returns a boolean if a field has been set.

GetLastSeen

func (o *SeoBacklinkItem) GetLastSeen() string

GetLastSeen returns the LastSeen field if non-nil, zero value otherwise.

GetLastSeenOk

func (o *SeoBacklinkItem) GetLastSeenOk() (*string, bool)

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

SetLastSeen

func (o *SeoBacklinkItem) SetLastSeen(v string)

SetLastSeen sets LastSeen field to given value.

HasLastSeen

func (o *SeoBacklinkItem) HasLastSeen() bool

HasLastSeen returns a boolean if a field has been set.

GetPrevSeen

func (o *SeoBacklinkItem) GetPrevSeen() string

GetPrevSeen returns the PrevSeen field if non-nil, zero value otherwise.

GetPrevSeenOk

func (o *SeoBacklinkItem) GetPrevSeenOk() (*string, bool)

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

SetPrevSeen

func (o *SeoBacklinkItem) SetPrevSeen(v string)

SetPrevSeen sets PrevSeen field to given value.

HasPrevSeen

func (o *SeoBacklinkItem) HasPrevSeen() bool

HasPrevSeen returns a boolean if a field has been set.

GetTldFrom

func (o *SeoBacklinkItem) GetTldFrom() string

GetTldFrom returns the TldFrom field if non-nil, zero value otherwise.

GetTldFromOk

func (o *SeoBacklinkItem) GetTldFromOk() (*string, bool)

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

SetTldFrom

func (o *SeoBacklinkItem) SetTldFrom(v string)

SetTldFrom sets TldFrom field to given value.

HasTldFrom

func (o *SeoBacklinkItem) HasTldFrom() bool

HasTldFrom returns a boolean if a field has been set.

GetUrlFromHttps

func (o *SeoBacklinkItem) GetUrlFromHttps() bool

GetUrlFromHttps returns the UrlFromHttps field if non-nil, zero value otherwise.

GetUrlFromHttpsOk

func (o *SeoBacklinkItem) GetUrlFromHttpsOk() (*bool, bool)

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

SetUrlFromHttps

func (o *SeoBacklinkItem) SetUrlFromHttps(v bool)

SetUrlFromHttps sets UrlFromHttps field to given value.

HasUrlFromHttps

func (o *SeoBacklinkItem) HasUrlFromHttps() bool

HasUrlFromHttps returns a boolean if a field has been set.

GetUrlToHttps

func (o *SeoBacklinkItem) GetUrlToHttps() bool

GetUrlToHttps returns the UrlToHttps field if non-nil, zero value otherwise.

GetUrlToHttpsOk

func (o *SeoBacklinkItem) GetUrlToHttpsOk() (*bool, bool)

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

SetUrlToHttps

func (o *SeoBacklinkItem) SetUrlToHttps(v bool)

SetUrlToHttps sets UrlToHttps field to given value.

HasUrlToHttps

func (o *SeoBacklinkItem) HasUrlToHttps() bool

HasUrlToHttps returns a boolean if a field has been set.

GetAlt

func (o *SeoBacklinkItem) GetAlt() string

GetAlt returns the Alt field if non-nil, zero value otherwise.

GetAltOk

func (o *SeoBacklinkItem) GetAltOk() (*string, bool)

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

SetAlt

func (o *SeoBacklinkItem) SetAlt(v string)

SetAlt sets Alt field to given value.

HasAlt

func (o *SeoBacklinkItem) HasAlt() bool

HasAlt returns a boolean if a field has been set.

GetImageUrl

func (o *SeoBacklinkItem) GetImageUrl() string

GetImageUrl returns the ImageUrl field if non-nil, zero value otherwise.

GetImageUrlOk

func (o *SeoBacklinkItem) GetImageUrlOk() (*string, bool)

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

SetImageUrl

func (o *SeoBacklinkItem) SetImageUrl(v string)

SetImageUrl sets ImageUrl field to given value.

HasImageUrl

func (o *SeoBacklinkItem) HasImageUrl() bool

HasImageUrl returns a boolean if a field has been set.

GetTextPre

func (o *SeoBacklinkItem) GetTextPre() string

GetTextPre returns the TextPre field if non-nil, zero value otherwise.

GetTextPreOk

func (o *SeoBacklinkItem) GetTextPreOk() (*string, bool)

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

SetTextPre

func (o *SeoBacklinkItem) SetTextPre(v string)

SetTextPre sets TextPre field to given value.

HasTextPre

func (o *SeoBacklinkItem) HasTextPre() bool

HasTextPre returns a boolean if a field has been set.

GetTextPost

func (o *SeoBacklinkItem) GetTextPost() string

GetTextPost returns the TextPost field if non-nil, zero value otherwise.

GetTextPostOk

func (o *SeoBacklinkItem) GetTextPostOk() (*string, bool)

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

SetTextPost

func (o *SeoBacklinkItem) SetTextPost(v string)

SetTextPost sets TextPost field to given value.

HasTextPost

func (o *SeoBacklinkItem) HasTextPost() bool

HasTextPost returns a boolean if a field has been set.

GetSemanticLocation

func (o *SeoBacklinkItem) GetSemanticLocation() string

GetSemanticLocation returns the SemanticLocation field if non-nil, zero value otherwise.

GetSemanticLocationOk

func (o *SeoBacklinkItem) GetSemanticLocationOk() (*string, bool)

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

SetSemanticLocation

func (o *SeoBacklinkItem) SetSemanticLocation(v string)

SetSemanticLocation sets SemanticLocation field to given value.

HasSemanticLocation

func (o *SeoBacklinkItem) HasSemanticLocation() bool

HasSemanticLocation returns a boolean if a field has been set.

GetAttributes

func (o *SeoBacklinkItem) GetAttributes() []string

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

GetAttributesOk

func (o *SeoBacklinkItem) GetAttributesOk() (*[]string, bool)

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

SetAttributes

func (o *SeoBacklinkItem) SetAttributes(v []string)

SetAttributes sets Attributes field to given value.

HasAttributes

func (o *SeoBacklinkItem) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

GetLinksCount

func (o *SeoBacklinkItem) GetLinksCount() int32

GetLinksCount returns the LinksCount field if non-nil, zero value otherwise.

GetLinksCountOk

func (o *SeoBacklinkItem) GetLinksCountOk() (*int32, bool)

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

SetLinksCount

func (o *SeoBacklinkItem) SetLinksCount(v int32)

SetLinksCount sets LinksCount field to given value.

HasLinksCount

func (o *SeoBacklinkItem) HasLinksCount() bool

HasLinksCount returns a boolean if a field has been set.

GetGroupCount

func (o *SeoBacklinkItem) GetGroupCount() int32

GetGroupCount returns the GroupCount field if non-nil, zero value otherwise.

GetGroupCountOk

func (o *SeoBacklinkItem) GetGroupCountOk() (*int32, bool)

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

SetGroupCount

func (o *SeoBacklinkItem) SetGroupCount(v int32)

SetGroupCount sets GroupCount field to given value.

HasGroupCount

func (o *SeoBacklinkItem) HasGroupCount() bool

HasGroupCount returns a boolean if a field has been set.

GetPageFromTitle

func (o *SeoBacklinkItem) GetPageFromTitle() string

GetPageFromTitle returns the PageFromTitle field if non-nil, zero value otherwise.

GetPageFromTitleOk

func (o *SeoBacklinkItem) GetPageFromTitleOk() (*string, bool)

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

SetPageFromTitle

func (o *SeoBacklinkItem) SetPageFromTitle(v string)

SetPageFromTitle sets PageFromTitle field to given value.

HasPageFromTitle

func (o *SeoBacklinkItem) HasPageFromTitle() bool

HasPageFromTitle returns a boolean if a field has been set.

GetPageFromLanguage

func (o *SeoBacklinkItem) GetPageFromLanguage() string

GetPageFromLanguage returns the PageFromLanguage field if non-nil, zero value otherwise.

GetPageFromLanguageOk

func (o *SeoBacklinkItem) GetPageFromLanguageOk() (*string, bool)

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

SetPageFromLanguage

func (o *SeoBacklinkItem) SetPageFromLanguage(v string)

SetPageFromLanguage sets PageFromLanguage field to given value.

HasPageFromLanguage

func (o *SeoBacklinkItem) HasPageFromLanguage() bool

HasPageFromLanguage returns a boolean if a field has been set.

GetPageFromStatusCode

func (o *SeoBacklinkItem) GetPageFromStatusCode() int32

GetPageFromStatusCode returns the PageFromStatusCode field if non-nil, zero value otherwise.

GetPageFromStatusCodeOk

func (o *SeoBacklinkItem) GetPageFromStatusCodeOk() (*int32, bool)

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

SetPageFromStatusCode

func (o *SeoBacklinkItem) SetPageFromStatusCode(v int32)

SetPageFromStatusCode sets PageFromStatusCode field to given value.

HasPageFromStatusCode

func (o *SeoBacklinkItem) HasPageFromStatusCode() bool

HasPageFromStatusCode returns a boolean if a field has been set.

GetPageFromExternalLinks

func (o *SeoBacklinkItem) GetPageFromExternalLinks() int32

GetPageFromExternalLinks returns the PageFromExternalLinks field if non-nil, zero value otherwise.

GetPageFromExternalLinksOk

func (o *SeoBacklinkItem) GetPageFromExternalLinksOk() (*int32, bool)

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

SetPageFromExternalLinks

func (o *SeoBacklinkItem) SetPageFromExternalLinks(v int32)

SetPageFromExternalLinks sets PageFromExternalLinks field to given value.

HasPageFromExternalLinks

func (o *SeoBacklinkItem) HasPageFromExternalLinks() bool

HasPageFromExternalLinks returns a boolean if a field has been set.

GetPageFromInternalLinks

func (o *SeoBacklinkItem) GetPageFromInternalLinks() int32

GetPageFromInternalLinks returns the PageFromInternalLinks field if non-nil, zero value otherwise.

GetPageFromInternalLinksOk

func (o *SeoBacklinkItem) GetPageFromInternalLinksOk() (*int32, bool)

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

SetPageFromInternalLinks

func (o *SeoBacklinkItem) SetPageFromInternalLinks(v int32)

SetPageFromInternalLinks sets PageFromInternalLinks field to given value.

HasPageFromInternalLinks

func (o *SeoBacklinkItem) HasPageFromInternalLinks() bool

HasPageFromInternalLinks returns a boolean if a field has been set.

GetDomainFromCountry

func (o *SeoBacklinkItem) GetDomainFromCountry() string

GetDomainFromCountry returns the DomainFromCountry field if non-nil, zero value otherwise.

GetDomainFromCountryOk

func (o *SeoBacklinkItem) GetDomainFromCountryOk() (*string, bool)

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

SetDomainFromCountry

func (o *SeoBacklinkItem) SetDomainFromCountry(v string)

SetDomainFromCountry sets DomainFromCountry field to given value.

HasDomainFromCountry

func (o *SeoBacklinkItem) HasDomainFromCountry() bool

HasDomainFromCountry returns a boolean if a field has been set.

GetDomainFromPlatformType

func (o *SeoBacklinkItem) GetDomainFromPlatformType() []string

GetDomainFromPlatformType returns the DomainFromPlatformType field if non-nil, zero value otherwise.

GetDomainFromPlatformTypeOk

func (o *SeoBacklinkItem) GetDomainFromPlatformTypeOk() (*[]string, bool)

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

SetDomainFromPlatformType

func (o *SeoBacklinkItem) SetDomainFromPlatformType(v []string)

SetDomainFromPlatformType sets DomainFromPlatformType field to given value.

HasDomainFromPlatformType

func (o *SeoBacklinkItem) HasDomainFromPlatformType() bool

HasDomainFromPlatformType returns a boolean if a field has been set.

GetUrlToStatusCode

func (o *SeoBacklinkItem) GetUrlToStatusCode() int32

GetUrlToStatusCode returns the UrlToStatusCode field if non-nil, zero value otherwise.

GetUrlToStatusCodeOk

func (o *SeoBacklinkItem) GetUrlToStatusCodeOk() (*int32, bool)

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

SetUrlToStatusCode

func (o *SeoBacklinkItem) SetUrlToStatusCode(v int32)

SetUrlToStatusCode sets UrlToStatusCode field to given value.

HasUrlToStatusCode

func (o *SeoBacklinkItem) HasUrlToStatusCode() bool

HasUrlToStatusCode returns a boolean if a field has been set.

GetUrlToRedirectTarget

func (o *SeoBacklinkItem) GetUrlToRedirectTarget() string

GetUrlToRedirectTarget returns the UrlToRedirectTarget field if non-nil, zero value otherwise.

GetUrlToRedirectTargetOk

func (o *SeoBacklinkItem) GetUrlToRedirectTargetOk() (*string, bool)

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

SetUrlToRedirectTarget

func (o *SeoBacklinkItem) SetUrlToRedirectTarget(v string)

SetUrlToRedirectTarget sets UrlToRedirectTarget field to given value.

HasUrlToRedirectTarget

func (o *SeoBacklinkItem) HasUrlToRedirectTarget() bool

HasUrlToRedirectTarget returns a boolean if a field has been set.

GetIsIndirectLink

func (o *SeoBacklinkItem) GetIsIndirectLink() bool

GetIsIndirectLink returns the IsIndirectLink field if non-nil, zero value otherwise.

GetIsIndirectLinkOk

func (o *SeoBacklinkItem) GetIsIndirectLinkOk() (*bool, bool)

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

SetIsIndirectLink

func (o *SeoBacklinkItem) SetIsIndirectLink(v bool)

SetIsIndirectLink sets IsIndirectLink field to given value.

HasIsIndirectLink

func (o *SeoBacklinkItem) HasIsIndirectLink() bool

HasIsIndirectLink returns a boolean if a field has been set.

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