| Name | Type | Description | Notes |
|---|---|---|---|
| Domain | string | ||
| BestRank | Pointer to int32 | [optional] | |
| ResultCount | int32 |
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
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
func (o *SeoSerpCompetitor) GetDomain() string
GetDomain returns the Domain field if non-nil, zero value otherwise.
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.
func (o *SeoSerpCompetitor) SetDomain(v string)
SetDomain sets Domain field to given value.
func (o *SeoSerpCompetitor) GetBestRank() int32
GetBestRank returns the BestRank field if non-nil, zero value otherwise.
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.
func (o *SeoSerpCompetitor) SetBestRank(v int32)
SetBestRank sets BestRank field to given value.
func (o *SeoSerpCompetitor) HasBestRank() bool
HasBestRank returns a boolean if a field has been set.
func (o *SeoSerpCompetitor) GetResultCount() int32
GetResultCount returns the ResultCount field if non-nil, zero value otherwise.
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.
func (o *SeoSerpCompetitor) SetResultCount(v int32)
SetResultCount sets ResultCount field to given value.