Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 3.85 KB

File metadata and controls

160 lines (87 loc) · 3.85 KB

GeoSerpLink

Properties

Name Type Description Notes
Title Pointer to string [optional]
Url Pointer to string [optional]
Domain Pointer to string [optional]
Snippet Pointer to string [optional]
IsTarget Pointer to bool [optional]

Methods

NewGeoSerpLink

func NewGeoSerpLink() *GeoSerpLink

NewGeoSerpLink instantiates a new GeoSerpLink 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

NewGeoSerpLinkWithDefaults

func NewGeoSerpLinkWithDefaults() *GeoSerpLink

NewGeoSerpLinkWithDefaults instantiates a new GeoSerpLink 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

GetTitle

func (o *GeoSerpLink) GetTitle() string

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

GetTitleOk

func (o *GeoSerpLink) 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 *GeoSerpLink) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *GeoSerpLink) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetUrl

func (o *GeoSerpLink) GetUrl() string

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

GetUrlOk

func (o *GeoSerpLink) 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 *GeoSerpLink) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *GeoSerpLink) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetDomain

func (o *GeoSerpLink) GetDomain() string

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

GetDomainOk

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

SetDomain sets Domain field to given value.

HasDomain

func (o *GeoSerpLink) HasDomain() bool

HasDomain returns a boolean if a field has been set.

GetSnippet

func (o *GeoSerpLink) GetSnippet() string

GetSnippet returns the Snippet field if non-nil, zero value otherwise.

GetSnippetOk

func (o *GeoSerpLink) GetSnippetOk() (*string, bool)

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

SetSnippet

func (o *GeoSerpLink) SetSnippet(v string)

SetSnippet sets Snippet field to given value.

HasSnippet

func (o *GeoSerpLink) HasSnippet() bool

HasSnippet returns a boolean if a field has been set.

GetIsTarget

func (o *GeoSerpLink) GetIsTarget() bool

GetIsTarget returns the IsTarget field if non-nil, zero value otherwise.

GetIsTargetOk

func (o *GeoSerpLink) GetIsTargetOk() (*bool, bool)

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

SetIsTarget

func (o *GeoSerpLink) SetIsTarget(v bool)

SetIsTarget sets IsTarget field to given value.

HasIsTarget

func (o *GeoSerpLink) HasIsTarget() bool

HasIsTarget returns a boolean if a field has been set.

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