| 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] |
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
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
func (o *SeoBacklinkItem) GetDomainFrom() string
GetDomainFrom returns the DomainFrom field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetDomainFrom(v string)
SetDomainFrom sets DomainFrom field to given value.
func (o *SeoBacklinkItem) HasDomainFrom() bool
HasDomainFrom returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetUrlFrom() string
GetUrlFrom returns the UrlFrom field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetUrlFrom(v string)
SetUrlFrom sets UrlFrom field to given value.
func (o *SeoBacklinkItem) HasUrlFrom() bool
HasUrlFrom returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetUrlTo() string
GetUrlTo returns the UrlTo field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetUrlTo(v string)
SetUrlTo sets UrlTo field to given value.
func (o *SeoBacklinkItem) HasUrlTo() bool
HasUrlTo returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetDomainTo() string
GetDomainTo returns the DomainTo field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetDomainTo(v string)
SetDomainTo sets DomainTo field to given value.
func (o *SeoBacklinkItem) HasDomainTo() bool
HasDomainTo returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetAnchor() string
GetAnchor returns the Anchor field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetAnchor(v string)
SetAnchor sets Anchor field to given value.
func (o *SeoBacklinkItem) HasAnchor() bool
HasAnchor returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetDofollow() bool
GetDofollow returns the Dofollow field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetDofollow(v bool)
SetDofollow sets Dofollow field to given value.
func (o *SeoBacklinkItem) HasDofollow() bool
HasDofollow returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetItemType() string
GetItemType returns the ItemType field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetItemType(v string)
SetItemType sets ItemType field to given value.
func (o *SeoBacklinkItem) HasItemType() bool
HasItemType returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetRank() int32
GetRank returns the Rank field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetRank(v int32)
SetRank sets Rank field to given value.
func (o *SeoBacklinkItem) HasRank() bool
HasRank returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetPageFromRank() int32
GetPageFromRank returns the PageFromRank field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetPageFromRank(v int32)
SetPageFromRank sets PageFromRank field to given value.
func (o *SeoBacklinkItem) HasPageFromRank() bool
HasPageFromRank returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetDomainFromRank() int32
GetDomainFromRank returns the DomainFromRank field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetDomainFromRank(v int32)
SetDomainFromRank sets DomainFromRank field to given value.
func (o *SeoBacklinkItem) HasDomainFromRank() bool
HasDomainFromRank returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetBacklinkSpamScore() int32
GetBacklinkSpamScore returns the BacklinkSpamScore field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetBacklinkSpamScore(v int32)
SetBacklinkSpamScore sets BacklinkSpamScore field to given value.
func (o *SeoBacklinkItem) HasBacklinkSpamScore() bool
HasBacklinkSpamScore returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetIsNew() bool
GetIsNew returns the IsNew field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetIsNew(v bool)
SetIsNew sets IsNew field to given value.
func (o *SeoBacklinkItem) HasIsNew() bool
HasIsNew returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetIsLost() bool
GetIsLost returns the IsLost field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetIsLost(v bool)
SetIsLost sets IsLost field to given value.
func (o *SeoBacklinkItem) HasIsLost() bool
HasIsLost returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetIsBroken() bool
GetIsBroken returns the IsBroken field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetIsBroken(v bool)
SetIsBroken sets IsBroken field to given value.
func (o *SeoBacklinkItem) HasIsBroken() bool
HasIsBroken returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetFirstSeen() string
GetFirstSeen returns the FirstSeen field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetFirstSeen(v string)
SetFirstSeen sets FirstSeen field to given value.
func (o *SeoBacklinkItem) HasFirstSeen() bool
HasFirstSeen returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetLastSeen() string
GetLastSeen returns the LastSeen field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetLastSeen(v string)
SetLastSeen sets LastSeen field to given value.
func (o *SeoBacklinkItem) HasLastSeen() bool
HasLastSeen returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetPrevSeen() string
GetPrevSeen returns the PrevSeen field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetPrevSeen(v string)
SetPrevSeen sets PrevSeen field to given value.
func (o *SeoBacklinkItem) HasPrevSeen() bool
HasPrevSeen returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetTldFrom() string
GetTldFrom returns the TldFrom field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetTldFrom(v string)
SetTldFrom sets TldFrom field to given value.
func (o *SeoBacklinkItem) HasTldFrom() bool
HasTldFrom returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetUrlFromHttps() bool
GetUrlFromHttps returns the UrlFromHttps field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetUrlFromHttps(v bool)
SetUrlFromHttps sets UrlFromHttps field to given value.
func (o *SeoBacklinkItem) HasUrlFromHttps() bool
HasUrlFromHttps returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetUrlToHttps() bool
GetUrlToHttps returns the UrlToHttps field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetUrlToHttps(v bool)
SetUrlToHttps sets UrlToHttps field to given value.
func (o *SeoBacklinkItem) HasUrlToHttps() bool
HasUrlToHttps returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetAlt() string
GetAlt returns the Alt field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetAlt(v string)
SetAlt sets Alt field to given value.
func (o *SeoBacklinkItem) HasAlt() bool
HasAlt returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetImageUrl() string
GetImageUrl returns the ImageUrl field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetImageUrl(v string)
SetImageUrl sets ImageUrl field to given value.
func (o *SeoBacklinkItem) HasImageUrl() bool
HasImageUrl returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetTextPre() string
GetTextPre returns the TextPre field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetTextPre(v string)
SetTextPre sets TextPre field to given value.
func (o *SeoBacklinkItem) HasTextPre() bool
HasTextPre returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetTextPost() string
GetTextPost returns the TextPost field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetTextPost(v string)
SetTextPost sets TextPost field to given value.
func (o *SeoBacklinkItem) HasTextPost() bool
HasTextPost returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetSemanticLocation() string
GetSemanticLocation returns the SemanticLocation field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetSemanticLocation(v string)
SetSemanticLocation sets SemanticLocation field to given value.
func (o *SeoBacklinkItem) HasSemanticLocation() bool
HasSemanticLocation returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetAttributes() []string
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetAttributes(v []string)
SetAttributes sets Attributes field to given value.
func (o *SeoBacklinkItem) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetLinksCount() int32
GetLinksCount returns the LinksCount field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetLinksCount(v int32)
SetLinksCount sets LinksCount field to given value.
func (o *SeoBacklinkItem) HasLinksCount() bool
HasLinksCount returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetGroupCount() int32
GetGroupCount returns the GroupCount field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetGroupCount(v int32)
SetGroupCount sets GroupCount field to given value.
func (o *SeoBacklinkItem) HasGroupCount() bool
HasGroupCount returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetPageFromTitle() string
GetPageFromTitle returns the PageFromTitle field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetPageFromTitle(v string)
SetPageFromTitle sets PageFromTitle field to given value.
func (o *SeoBacklinkItem) HasPageFromTitle() bool
HasPageFromTitle returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetPageFromLanguage() string
GetPageFromLanguage returns the PageFromLanguage field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetPageFromLanguage(v string)
SetPageFromLanguage sets PageFromLanguage field to given value.
func (o *SeoBacklinkItem) HasPageFromLanguage() bool
HasPageFromLanguage returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetPageFromStatusCode() int32
GetPageFromStatusCode returns the PageFromStatusCode field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetPageFromStatusCode(v int32)
SetPageFromStatusCode sets PageFromStatusCode field to given value.
func (o *SeoBacklinkItem) HasPageFromStatusCode() bool
HasPageFromStatusCode returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetPageFromExternalLinks() int32
GetPageFromExternalLinks returns the PageFromExternalLinks field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetPageFromExternalLinks(v int32)
SetPageFromExternalLinks sets PageFromExternalLinks field to given value.
func (o *SeoBacklinkItem) HasPageFromExternalLinks() bool
HasPageFromExternalLinks returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetPageFromInternalLinks() int32
GetPageFromInternalLinks returns the PageFromInternalLinks field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetPageFromInternalLinks(v int32)
SetPageFromInternalLinks sets PageFromInternalLinks field to given value.
func (o *SeoBacklinkItem) HasPageFromInternalLinks() bool
HasPageFromInternalLinks returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetDomainFromCountry() string
GetDomainFromCountry returns the DomainFromCountry field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetDomainFromCountry(v string)
SetDomainFromCountry sets DomainFromCountry field to given value.
func (o *SeoBacklinkItem) HasDomainFromCountry() bool
HasDomainFromCountry returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetDomainFromPlatformType() []string
GetDomainFromPlatformType returns the DomainFromPlatformType field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetDomainFromPlatformType(v []string)
SetDomainFromPlatformType sets DomainFromPlatformType field to given value.
func (o *SeoBacklinkItem) HasDomainFromPlatformType() bool
HasDomainFromPlatformType returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetUrlToStatusCode() int32
GetUrlToStatusCode returns the UrlToStatusCode field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetUrlToStatusCode(v int32)
SetUrlToStatusCode sets UrlToStatusCode field to given value.
func (o *SeoBacklinkItem) HasUrlToStatusCode() bool
HasUrlToStatusCode returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetUrlToRedirectTarget() string
GetUrlToRedirectTarget returns the UrlToRedirectTarget field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetUrlToRedirectTarget(v string)
SetUrlToRedirectTarget sets UrlToRedirectTarget field to given value.
func (o *SeoBacklinkItem) HasUrlToRedirectTarget() bool
HasUrlToRedirectTarget returns a boolean if a field has been set.
func (o *SeoBacklinkItem) GetIsIndirectLink() bool
GetIsIndirectLink returns the IsIndirectLink field if non-nil, zero value otherwise.
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.
func (o *SeoBacklinkItem) SetIsIndirectLink(v bool)
SetIsIndirectLink sets IsIndirectLink field to given value.
func (o *SeoBacklinkItem) HasIsIndirectLink() bool
HasIsIndirectLink returns a boolean if a field has been set.