| 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] |
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
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
func (o *GeoSerpLink) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *GeoSerpLink) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *GeoSerpLink) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *GeoSerpLink) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
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.
func (o *GeoSerpLink) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *GeoSerpLink) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *GeoSerpLink) GetDomain() string
GetDomain returns the Domain field if non-nil, zero value otherwise.
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.
func (o *GeoSerpLink) SetDomain(v string)
SetDomain sets Domain field to given value.
func (o *GeoSerpLink) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (o *GeoSerpLink) GetSnippet() string
GetSnippet returns the Snippet field if non-nil, zero value otherwise.
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.
func (o *GeoSerpLink) SetSnippet(v string)
SetSnippet sets Snippet field to given value.
func (o *GeoSerpLink) HasSnippet() bool
HasSnippet returns a boolean if a field has been set.
func (o *GeoSerpLink) GetIsTarget() bool
GetIsTarget returns the IsTarget field if non-nil, zero value otherwise.
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.
func (o *GeoSerpLink) SetIsTarget(v bool)
SetIsTarget sets IsTarget field to given value.
func (o *GeoSerpLink) HasIsTarget() bool
HasIsTarget returns a boolean if a field has been set.