| Name | Type | Description | Notes |
|---|---|---|---|
| Rank | Pointer to int32 | [optional] | |
| Type | string | ||
| Title | Pointer to string | [optional] | |
| Domain | Pointer to string | [optional] | |
| Url | Pointer to string | [optional] |
func NewGeoSerpResultRef(type_ string, ) *GeoSerpResultRef
NewGeoSerpResultRef instantiates a new GeoSerpResultRef 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 NewGeoSerpResultRefWithDefaults() *GeoSerpResultRef
NewGeoSerpResultRefWithDefaults instantiates a new GeoSerpResultRef 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 *GeoSerpResultRef) GetRank() int32
GetRank returns the Rank field if non-nil, zero value otherwise.
func (o *GeoSerpResultRef) 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 *GeoSerpResultRef) SetRank(v int32)
SetRank sets Rank field to given value.
func (o *GeoSerpResultRef) HasRank() bool
HasRank returns a boolean if a field has been set.
func (o *GeoSerpResultRef) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GeoSerpResultRef) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoSerpResultRef) SetType(v string)
SetType sets Type field to given value.
func (o *GeoSerpResultRef) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *GeoSerpResultRef) 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 *GeoSerpResultRef) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *GeoSerpResultRef) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *GeoSerpResultRef) GetDomain() string
GetDomain returns the Domain field if non-nil, zero value otherwise.
func (o *GeoSerpResultRef) 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 *GeoSerpResultRef) SetDomain(v string)
SetDomain sets Domain field to given value.
func (o *GeoSerpResultRef) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (o *GeoSerpResultRef) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *GeoSerpResultRef) 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 *GeoSerpResultRef) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *GeoSerpResultRef) HasUrl() bool
HasUrl returns a boolean if a field has been set.