| 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] |
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
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
func (o *SeoSerpElement) GetRankGroup() int32
GetRankGroup returns the RankGroup field if non-nil, zero value otherwise.
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.
func (o *SeoSerpElement) SetRankGroup(v int32)
SetRankGroup sets RankGroup field to given value.
func (o *SeoSerpElement) HasRankGroup() bool
HasRankGroup returns a boolean if a field has been set.
func (o *SeoSerpElement) GetRankAbsolute() int32
GetRankAbsolute returns the RankAbsolute field if non-nil, zero value otherwise.
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.
func (o *SeoSerpElement) SetRankAbsolute(v int32)
SetRankAbsolute sets RankAbsolute field to given value.
func (o *SeoSerpElement) HasRankAbsolute() bool
HasRankAbsolute returns a boolean if a field has been set.
func (o *SeoSerpElement) GetPosition() string
GetPosition returns the Position field if non-nil, zero value otherwise.
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.
func (o *SeoSerpElement) SetPosition(v string)
SetPosition sets Position field to given value.
func (o *SeoSerpElement) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (o *SeoSerpElement) GetDomain() string
GetDomain returns the Domain field if non-nil, zero value otherwise.
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.
func (o *SeoSerpElement) SetDomain(v string)
SetDomain sets Domain field to given value.
func (o *SeoSerpElement) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (o *SeoSerpElement) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *SeoSerpElement) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *SeoSerpElement) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *SeoSerpElement) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
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.
func (o *SeoSerpElement) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *SeoSerpElement) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *SeoSerpElement) GetEtv() float32
GetEtv returns the Etv field if non-nil, zero value otherwise.
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.
func (o *SeoSerpElement) SetEtv(v float32)
SetEtv sets Etv field to given value.
func (o *SeoSerpElement) HasEtv() bool
HasEtv returns a boolean if a field has been set.
func (o *SeoSerpElement) GetEstimatedPaidTrafficCost() float32
GetEstimatedPaidTrafficCost returns the EstimatedPaidTrafficCost field if non-nil, zero value otherwise.
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.
func (o *SeoSerpElement) SetEstimatedPaidTrafficCost(v float32)
SetEstimatedPaidTrafficCost sets EstimatedPaidTrafficCost field to given value.
func (o *SeoSerpElement) HasEstimatedPaidTrafficCost() bool
HasEstimatedPaidTrafficCost returns a boolean if a field has been set.