| Name | Type | Description | Notes |
|---|---|---|---|
| Date | string | Last day of the grouped period. | |
| Rank | Pointer to int32 | Backlink rank of the target at the period end. | [optional] |
| Backlinks | Pointer to int32 | Backlinks pointing to the target. | [optional] |
| BacklinksNofollow | Pointer to int32 | Nofollow backlinks pointing to the target. | [optional] |
| ReferringPages | Pointer to int32 | Referring pages pointing to the target. | [optional] |
| ReferringPagesNofollow | Pointer to int32 | Referring pages linking only with nofollow backlinks. | [optional] |
| ReferringDomains | Pointer to int32 | Referring domains pointing to the target. | [optional] |
| ReferringDomainsNofollow | Pointer to int32 | Referring domains linking only with nofollow backlinks. | [optional] |
| ReferringMainDomains | Pointer to int32 | Referring root domains pointing to the target. | [optional] |
| ReferringMainDomainsNofollow | Pointer to int32 | Referring root domains linking only with nofollow backlinks. | [optional] |
| ReferringIps | Pointer to int32 | Referring IP addresses pointing to the target. | [optional] |
| ReferringSubnets | Pointer to int32 | Referring subnets pointing to the target. | [optional] |
func NewSeoBacklinksTimeseriesItem(date string, ) *SeoBacklinksTimeseriesItem
NewSeoBacklinksTimeseriesItem instantiates a new SeoBacklinksTimeseriesItem 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 NewSeoBacklinksTimeseriesItemWithDefaults() *SeoBacklinksTimeseriesItem
NewSeoBacklinksTimeseriesItemWithDefaults instantiates a new SeoBacklinksTimeseriesItem 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 *SeoBacklinksTimeseriesItem) GetDate() string
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *SeoBacklinksTimeseriesItem) GetDateOk() (*string, bool)
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoBacklinksTimeseriesItem) SetDate(v string)
SetDate sets Date field to given value.
func (o *SeoBacklinksTimeseriesItem) GetRank() int32
GetRank returns the Rank field if non-nil, zero value otherwise.
func (o *SeoBacklinksTimeseriesItem) 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 *SeoBacklinksTimeseriesItem) SetRank(v int32)
SetRank sets Rank field to given value.
func (o *SeoBacklinksTimeseriesItem) HasRank() bool
HasRank returns a boolean if a field has been set.
func (o *SeoBacklinksTimeseriesItem) GetBacklinks() int32
GetBacklinks returns the Backlinks field if non-nil, zero value otherwise.
func (o *SeoBacklinksTimeseriesItem) 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 *SeoBacklinksTimeseriesItem) SetBacklinks(v int32)
SetBacklinks sets Backlinks field to given value.
func (o *SeoBacklinksTimeseriesItem) HasBacklinks() bool
HasBacklinks returns a boolean if a field has been set.
func (o *SeoBacklinksTimeseriesItem) GetBacklinksNofollow() int32
GetBacklinksNofollow returns the BacklinksNofollow field if non-nil, zero value otherwise.
func (o *SeoBacklinksTimeseriesItem) GetBacklinksNofollowOk() (*int32, bool)
GetBacklinksNofollowOk returns a tuple with the BacklinksNofollow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeoBacklinksTimeseriesItem) SetBacklinksNofollow(v int32)
SetBacklinksNofollow sets BacklinksNofollow field to given value.
func (o *SeoBacklinksTimeseriesItem) HasBacklinksNofollow() bool
HasBacklinksNofollow returns a boolean if a field has been set.
func (o *SeoBacklinksTimeseriesItem) GetReferringPages() int32
GetReferringPages returns the ReferringPages field if non-nil, zero value otherwise.
func (o *SeoBacklinksTimeseriesItem) 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 *SeoBacklinksTimeseriesItem) SetReferringPages(v int32)
SetReferringPages sets ReferringPages field to given value.
func (o *SeoBacklinksTimeseriesItem) HasReferringPages() bool
HasReferringPages returns a boolean if a field has been set.
func (o *SeoBacklinksTimeseriesItem) GetReferringPagesNofollow() int32
GetReferringPagesNofollow returns the ReferringPagesNofollow field if non-nil, zero value otherwise.
func (o *SeoBacklinksTimeseriesItem) 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 *SeoBacklinksTimeseriesItem) SetReferringPagesNofollow(v int32)
SetReferringPagesNofollow sets ReferringPagesNofollow field to given value.
func (o *SeoBacklinksTimeseriesItem) HasReferringPagesNofollow() bool
HasReferringPagesNofollow returns a boolean if a field has been set.
func (o *SeoBacklinksTimeseriesItem) GetReferringDomains() int32
GetReferringDomains returns the ReferringDomains field if non-nil, zero value otherwise.
func (o *SeoBacklinksTimeseriesItem) 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 *SeoBacklinksTimeseriesItem) SetReferringDomains(v int32)
SetReferringDomains sets ReferringDomains field to given value.
func (o *SeoBacklinksTimeseriesItem) HasReferringDomains() bool
HasReferringDomains returns a boolean if a field has been set.
func (o *SeoBacklinksTimeseriesItem) GetReferringDomainsNofollow() int32
GetReferringDomainsNofollow returns the ReferringDomainsNofollow field if non-nil, zero value otherwise.
func (o *SeoBacklinksTimeseriesItem) 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 *SeoBacklinksTimeseriesItem) SetReferringDomainsNofollow(v int32)
SetReferringDomainsNofollow sets ReferringDomainsNofollow field to given value.
func (o *SeoBacklinksTimeseriesItem) HasReferringDomainsNofollow() bool
HasReferringDomainsNofollow returns a boolean if a field has been set.
func (o *SeoBacklinksTimeseriesItem) GetReferringMainDomains() int32
GetReferringMainDomains returns the ReferringMainDomains field if non-nil, zero value otherwise.
func (o *SeoBacklinksTimeseriesItem) 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 *SeoBacklinksTimeseriesItem) SetReferringMainDomains(v int32)
SetReferringMainDomains sets ReferringMainDomains field to given value.
func (o *SeoBacklinksTimeseriesItem) HasReferringMainDomains() bool
HasReferringMainDomains returns a boolean if a field has been set.
func (o *SeoBacklinksTimeseriesItem) GetReferringMainDomainsNofollow() int32
GetReferringMainDomainsNofollow returns the ReferringMainDomainsNofollow field if non-nil, zero value otherwise.
func (o *SeoBacklinksTimeseriesItem) 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 *SeoBacklinksTimeseriesItem) SetReferringMainDomainsNofollow(v int32)
SetReferringMainDomainsNofollow sets ReferringMainDomainsNofollow field to given value.
func (o *SeoBacklinksTimeseriesItem) HasReferringMainDomainsNofollow() bool
HasReferringMainDomainsNofollow returns a boolean if a field has been set.
func (o *SeoBacklinksTimeseriesItem) GetReferringIps() int32
GetReferringIps returns the ReferringIps field if non-nil, zero value otherwise.
func (o *SeoBacklinksTimeseriesItem) 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 *SeoBacklinksTimeseriesItem) SetReferringIps(v int32)
SetReferringIps sets ReferringIps field to given value.
func (o *SeoBacklinksTimeseriesItem) HasReferringIps() bool
HasReferringIps returns a boolean if a field has been set.
func (o *SeoBacklinksTimeseriesItem) GetReferringSubnets() int32
GetReferringSubnets returns the ReferringSubnets field if non-nil, zero value otherwise.
func (o *SeoBacklinksTimeseriesItem) 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 *SeoBacklinksTimeseriesItem) SetReferringSubnets(v int32)
SetReferringSubnets sets ReferringSubnets field to given value.
func (o *SeoBacklinksTimeseriesItem) HasReferringSubnets() bool
HasReferringSubnets returns a boolean if a field has been set.