Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 2.67 KB

File metadata and controls

98 lines (53 loc) · 2.67 KB

SeoSerpCompetitor

Properties

Name Type Description Notes
Domain string
BestRank Pointer to int32 [optional]
ResultCount int32

Methods

NewSeoSerpCompetitor

func NewSeoSerpCompetitor(domain string, resultCount int32, ) *SeoSerpCompetitor

NewSeoSerpCompetitor instantiates a new SeoSerpCompetitor 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

NewSeoSerpCompetitorWithDefaults

func NewSeoSerpCompetitorWithDefaults() *SeoSerpCompetitor

NewSeoSerpCompetitorWithDefaults instantiates a new SeoSerpCompetitor 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

GetDomain

func (o *SeoSerpCompetitor) GetDomain() string

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

GetDomainOk

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

SetDomain sets Domain field to given value.

GetBestRank

func (o *SeoSerpCompetitor) GetBestRank() int32

GetBestRank returns the BestRank field if non-nil, zero value otherwise.

GetBestRankOk

func (o *SeoSerpCompetitor) GetBestRankOk() (*int32, bool)

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

SetBestRank

func (o *SeoSerpCompetitor) SetBestRank(v int32)

SetBestRank sets BestRank field to given value.

HasBestRank

func (o *SeoSerpCompetitor) HasBestRank() bool

HasBestRank returns a boolean if a field has been set.

GetResultCount

func (o *SeoSerpCompetitor) GetResultCount() int32

GetResultCount returns the ResultCount field if non-nil, zero value otherwise.

GetResultCountOk

func (o *SeoSerpCompetitor) GetResultCountOk() (*int32, bool)

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

SetResultCount

func (o *SeoSerpCompetitor) SetResultCount(v int32)

SetResultCount sets ResultCount field to given value.

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