| Name | Type | Description | Notes |
|---|---|---|---|
| NetworkAddress | string | Referring IP address or subnet 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] |
func NewSeoBacklinksReferringNetworkItem(networkAddress string, ) *SeoBacklinksReferringNetworkItem
NewSeoBacklinksReferringNetworkItem instantiates a new SeoBacklinksReferringNetworkItem 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 NewSeoBacklinksReferringNetworkItemWithDefaults() *SeoBacklinksReferringNetworkItem
NewSeoBacklinksReferringNetworkItemWithDefaults instantiates a new SeoBacklinksReferringNetworkItem 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 *SeoBacklinksReferringNetworkItem) GetNetworkAddress() string
GetNetworkAddress returns the NetworkAddress field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) GetNetworkAddressOk() (*string, bool)
GetNetworkAddressOk returns a tuple with the NetworkAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoBacklinksReferringNetworkItem) SetNetworkAddress(v string)
SetNetworkAddress sets NetworkAddress field to given value.
func (o *SeoBacklinksReferringNetworkItem) GetRank() int32
GetRank returns the Rank field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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 *SeoBacklinksReferringNetworkItem) SetRank(v int32)
SetRank sets Rank field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasRank() bool
HasRank returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetBacklinks() int32
GetBacklinks returns the Backlinks field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetBacklinks(v int32)
SetBacklinks sets Backlinks field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasBacklinks() bool
HasBacklinks returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetBacklinksSpamScore() int32
GetBacklinksSpamScore returns the BacklinksSpamScore field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetBacklinksSpamScore(v int32)
SetBacklinksSpamScore sets BacklinksSpamScore field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasBacklinksSpamScore() bool
HasBacklinksSpamScore returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetFirstSeen() string
GetFirstSeen returns the FirstSeen field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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 *SeoBacklinksReferringNetworkItem) SetFirstSeen(v string)
SetFirstSeen sets FirstSeen field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasFirstSeen() bool
HasFirstSeen returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetLostDate() string
GetLostDate returns the LostDate field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetLostDate(v string)
SetLostDate sets LostDate field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasLostDate() bool
HasLostDate returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetBrokenBacklinks() int32
GetBrokenBacklinks returns the BrokenBacklinks field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetBrokenBacklinks(v int32)
SetBrokenBacklinks sets BrokenBacklinks field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasBrokenBacklinks() bool
HasBrokenBacklinks returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetBrokenPages() int32
GetBrokenPages returns the BrokenPages field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetBrokenPages(v int32)
SetBrokenPages sets BrokenPages field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasBrokenPages() bool
HasBrokenPages returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetReferringDomains() int32
GetReferringDomains returns the ReferringDomains field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetReferringDomains(v int32)
SetReferringDomains sets ReferringDomains field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasReferringDomains() bool
HasReferringDomains returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetReferringMainDomains() int32
GetReferringMainDomains returns the ReferringMainDomains field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetReferringMainDomains(v int32)
SetReferringMainDomains sets ReferringMainDomains field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasReferringMainDomains() bool
HasReferringMainDomains returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetReferringPages() int32
GetReferringPages returns the ReferringPages field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetReferringPages(v int32)
SetReferringPages sets ReferringPages field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasReferringPages() bool
HasReferringPages returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetReferringIps() int32
GetReferringIps returns the ReferringIps field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetReferringIps(v int32)
SetReferringIps sets ReferringIps field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasReferringIps() bool
HasReferringIps returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetReferringSubnets() int32
GetReferringSubnets returns the ReferringSubnets field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetReferringSubnets(v int32)
SetReferringSubnets sets ReferringSubnets field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasReferringSubnets() bool
HasReferringSubnets returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetReferringDomainsNofollow() int32
GetReferringDomainsNofollow returns the ReferringDomainsNofollow field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetReferringDomainsNofollow(v int32)
SetReferringDomainsNofollow sets ReferringDomainsNofollow field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasReferringDomainsNofollow() bool
HasReferringDomainsNofollow returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetReferringMainDomainsNofollow() int32
GetReferringMainDomainsNofollow returns the ReferringMainDomainsNofollow field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetReferringMainDomainsNofollow(v int32)
SetReferringMainDomainsNofollow sets ReferringMainDomainsNofollow field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasReferringMainDomainsNofollow() bool
HasReferringMainDomainsNofollow returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetReferringPagesNofollow() int32
GetReferringPagesNofollow returns the ReferringPagesNofollow field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetReferringPagesNofollow(v int32)
SetReferringPagesNofollow sets ReferringPagesNofollow field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasReferringPagesNofollow() bool
HasReferringPagesNofollow returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetReferringLinksTld() map[string]int32
GetReferringLinksTld returns the ReferringLinksTld field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetReferringLinksTld(v map[string]int32)
SetReferringLinksTld sets ReferringLinksTld field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasReferringLinksTld() bool
HasReferringLinksTld returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetReferringLinksTypes() map[string]int32
GetReferringLinksTypes returns the ReferringLinksTypes field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetReferringLinksTypes(v map[string]int32)
SetReferringLinksTypes sets ReferringLinksTypes field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasReferringLinksTypes() bool
HasReferringLinksTypes returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetReferringLinksAttributes() map[string]int32
GetReferringLinksAttributes returns the ReferringLinksAttributes field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetReferringLinksAttributes(v map[string]int32)
SetReferringLinksAttributes sets ReferringLinksAttributes field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasReferringLinksAttributes() bool
HasReferringLinksAttributes returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetReferringLinksPlatformTypes() map[string]int32
GetReferringLinksPlatformTypes returns the ReferringLinksPlatformTypes field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetReferringLinksPlatformTypes(v map[string]int32)
SetReferringLinksPlatformTypes sets ReferringLinksPlatformTypes field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasReferringLinksPlatformTypes() bool
HasReferringLinksPlatformTypes returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetReferringLinksSemanticLocations() map[string]int32
GetReferringLinksSemanticLocations returns the ReferringLinksSemanticLocations field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetReferringLinksSemanticLocations(v map[string]int32)
SetReferringLinksSemanticLocations sets ReferringLinksSemanticLocations field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasReferringLinksSemanticLocations() bool
HasReferringLinksSemanticLocations returns a boolean if a field has been set.
func (o *SeoBacklinksReferringNetworkItem) GetReferringLinksCountries() map[string]int32
GetReferringLinksCountries returns the ReferringLinksCountries field if non-nil, zero value otherwise.
func (o *SeoBacklinksReferringNetworkItem) 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.
func (o *SeoBacklinksReferringNetworkItem) SetReferringLinksCountries(v map[string]int32)
SetReferringLinksCountries sets ReferringLinksCountries field to given value.
func (o *SeoBacklinksReferringNetworkItem) HasReferringLinksCountries() bool
HasReferringLinksCountries returns a boolean if a field has been set.