| Name | Type | Description | Notes |
|---|---|---|---|
| Title | Pointer to string | [optional] | |
| Url | Pointer to string | [optional] | |
| Domain | Pointer to string | [optional] | |
| Description | Pointer to string | [optional] | |
| Position | Pointer to int32 | [optional] | |
| PublicationDate | Pointer to string | [optional] |
func NewGeoMentionSearchResult() *GeoMentionSearchResult
NewGeoMentionSearchResult instantiates a new GeoMentionSearchResult 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 NewGeoMentionSearchResultWithDefaults() *GeoMentionSearchResult
NewGeoMentionSearchResultWithDefaults instantiates a new GeoMentionSearchResult 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 *GeoMentionSearchResult) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *GeoMentionSearchResult) 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 *GeoMentionSearchResult) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *GeoMentionSearchResult) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *GeoMentionSearchResult) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *GeoMentionSearchResult) 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 *GeoMentionSearchResult) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *GeoMentionSearchResult) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *GeoMentionSearchResult) GetDomain() string
GetDomain returns the Domain field if non-nil, zero value otherwise.
func (o *GeoMentionSearchResult) 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 *GeoMentionSearchResult) SetDomain(v string)
SetDomain sets Domain field to given value.
func (o *GeoMentionSearchResult) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (o *GeoMentionSearchResult) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *GeoMentionSearchResult) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionSearchResult) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *GeoMentionSearchResult) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *GeoMentionSearchResult) GetPosition() int32
GetPosition returns the Position field if non-nil, zero value otherwise.
func (o *GeoMentionSearchResult) GetPositionOk() (*int32, bool)
GetPositionOk returns a tuple with the Position field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionSearchResult) SetPosition(v int32)
SetPosition sets Position field to given value.
func (o *GeoMentionSearchResult) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (o *GeoMentionSearchResult) GetPublicationDate() string
GetPublicationDate returns the PublicationDate field if non-nil, zero value otherwise.
func (o *GeoMentionSearchResult) GetPublicationDateOk() (*string, bool)
GetPublicationDateOk returns a tuple with the PublicationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionSearchResult) SetPublicationDate(v string)
SetPublicationDate sets PublicationDate field to given value.
func (o *GeoMentionSearchResult) HasPublicationDate() bool
HasPublicationDate returns a boolean if a field has been set.