Skip to content

Latest commit

 

History

History
155 lines (84 loc) · 3.78 KB

File metadata and controls

155 lines (84 loc) · 3.78 KB

GeoSerpResultRef

Properties

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]

Methods

NewGeoSerpResultRef

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

NewGeoSerpResultRefWithDefaults

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

GetRank

func (o *GeoSerpResultRef) GetRank() int32

GetRank returns the Rank field if non-nil, zero value otherwise.

GetRankOk

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.

SetRank

func (o *GeoSerpResultRef) SetRank(v int32)

SetRank sets Rank field to given value.

HasRank

func (o *GeoSerpResultRef) HasRank() bool

HasRank returns a boolean if a field has been set.

GetType

func (o *GeoSerpResultRef) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *GeoSerpResultRef) SetType(v string)

SetType sets Type field to given value.

GetTitle

func (o *GeoSerpResultRef) GetTitle() string

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

GetTitleOk

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.

SetTitle

func (o *GeoSerpResultRef) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *GeoSerpResultRef) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetDomain

func (o *GeoSerpResultRef) GetDomain() string

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

GetDomainOk

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.

SetDomain

func (o *GeoSerpResultRef) SetDomain(v string)

SetDomain sets Domain field to given value.

HasDomain

func (o *GeoSerpResultRef) HasDomain() bool

HasDomain returns a boolean if a field has been set.

GetUrl

func (o *GeoSerpResultRef) GetUrl() string

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

GetUrlOk

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.

SetUrl

func (o *GeoSerpResultRef) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *GeoSerpResultRef) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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