Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 6.5 KB

File metadata and controls

238 lines (129 loc) · 6.5 KB

SeoSerpElement

Properties

Name Type Description Notes
RankGroup Pointer to int32 Position in SERP grouping organic results together (ignores ads/features). [optional]
RankAbsolute Pointer to int32 Absolute position in SERP counting every element. [optional]
Position Pointer to string Side of the SERP the element appears on: left or right. [optional]
Domain Pointer to string Domain that holds the ranking page. [optional]
Title Pointer to string Title of the ranking page. [optional]
Url Pointer to string URL of the ranking page. [optional]
Etv Pointer to float32 Estimated monthly traffic the keyword sends to this URL. [optional]
EstimatedPaidTrafficCost Pointer to float32 Estimated monthly ad cost (USD) of the traffic this URL receives. [optional]

Methods

NewSeoSerpElement

func NewSeoSerpElement() *SeoSerpElement

NewSeoSerpElement instantiates a new SeoSerpElement 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

NewSeoSerpElementWithDefaults

func NewSeoSerpElementWithDefaults() *SeoSerpElement

NewSeoSerpElementWithDefaults instantiates a new SeoSerpElement 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

GetRankGroup

func (o *SeoSerpElement) GetRankGroup() int32

GetRankGroup returns the RankGroup field if non-nil, zero value otherwise.

GetRankGroupOk

func (o *SeoSerpElement) GetRankGroupOk() (*int32, bool)

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

SetRankGroup

func (o *SeoSerpElement) SetRankGroup(v int32)

SetRankGroup sets RankGroup field to given value.

HasRankGroup

func (o *SeoSerpElement) HasRankGroup() bool

HasRankGroup returns a boolean if a field has been set.

GetRankAbsolute

func (o *SeoSerpElement) GetRankAbsolute() int32

GetRankAbsolute returns the RankAbsolute field if non-nil, zero value otherwise.

GetRankAbsoluteOk

func (o *SeoSerpElement) GetRankAbsoluteOk() (*int32, bool)

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

SetRankAbsolute

func (o *SeoSerpElement) SetRankAbsolute(v int32)

SetRankAbsolute sets RankAbsolute field to given value.

HasRankAbsolute

func (o *SeoSerpElement) HasRankAbsolute() bool

HasRankAbsolute returns a boolean if a field has been set.

GetPosition

func (o *SeoSerpElement) GetPosition() string

GetPosition returns the Position field if non-nil, zero value otherwise.

GetPositionOk

func (o *SeoSerpElement) GetPositionOk() (*string, bool)

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

SetPosition

func (o *SeoSerpElement) SetPosition(v string)

SetPosition sets Position field to given value.

HasPosition

func (o *SeoSerpElement) HasPosition() bool

HasPosition returns a boolean if a field has been set.

GetDomain

func (o *SeoSerpElement) GetDomain() string

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

GetDomainOk

func (o *SeoSerpElement) 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 *SeoSerpElement) SetDomain(v string)

SetDomain sets Domain field to given value.

HasDomain

func (o *SeoSerpElement) HasDomain() bool

HasDomain returns a boolean if a field has been set.

GetTitle

func (o *SeoSerpElement) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *SeoSerpElement) GetTitleOk() (*string, bool)

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

SetTitle

func (o *SeoSerpElement) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *SeoSerpElement) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetUrl

func (o *SeoSerpElement) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *SeoSerpElement) GetUrlOk() (*string, bool)

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

SetUrl

func (o *SeoSerpElement) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *SeoSerpElement) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetEtv

func (o *SeoSerpElement) GetEtv() float32

GetEtv returns the Etv field if non-nil, zero value otherwise.

GetEtvOk

func (o *SeoSerpElement) GetEtvOk() (*float32, bool)

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

SetEtv

func (o *SeoSerpElement) SetEtv(v float32)

SetEtv sets Etv field to given value.

HasEtv

func (o *SeoSerpElement) HasEtv() bool

HasEtv returns a boolean if a field has been set.

GetEstimatedPaidTrafficCost

func (o *SeoSerpElement) GetEstimatedPaidTrafficCost() float32

GetEstimatedPaidTrafficCost returns the EstimatedPaidTrafficCost field if non-nil, zero value otherwise.

GetEstimatedPaidTrafficCostOk

func (o *SeoSerpElement) GetEstimatedPaidTrafficCostOk() (*float32, bool)

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

SetEstimatedPaidTrafficCost

func (o *SeoSerpElement) SetEstimatedPaidTrafficCost(v float32)

SetEstimatedPaidTrafficCost sets EstimatedPaidTrafficCost field to given value.

HasEstimatedPaidTrafficCost

func (o *SeoSerpElement) HasEstimatedPaidTrafficCost() bool

HasEstimatedPaidTrafficCost returns a boolean if a field has been set.

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