| Name | Type | Description | Notes |
|---|---|---|---|
| Engine | Pointer to GeoEngine | [optional] | |
| Model | Pointer to string | [optional] | |
| Question | Pointer to string | [optional] | |
| Answer | Pointer to string | Model answer in markdown. Included for standard and full views. | [optional] |
| AiSearchVolume | Pointer to float32 | [optional] | |
| MonthlySearches | Pointer to []GeoMentionMonthly | [optional] | |
| Sources | Pointer to []GeoMentionSource | [optional] | |
| SearchResults | Pointer to []GeoMentionSearchResult | [optional] | |
| BrandEntities | Pointer to []GeoMentionBrandEntity | [optional] | |
| FanOutQueries | Pointer to []string | [optional] | |
| FirstResponseAt | Pointer to string | [optional] | |
| LastResponseAt | Pointer to string | [optional] |
func NewGeoMentionRecord() *GeoMentionRecord
NewGeoMentionRecord instantiates a new GeoMentionRecord 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 NewGeoMentionRecordWithDefaults() *GeoMentionRecord
NewGeoMentionRecordWithDefaults instantiates a new GeoMentionRecord 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 *GeoMentionRecord) GetEngine() GeoEngine
GetEngine returns the Engine field if non-nil, zero value otherwise.
func (o *GeoMentionRecord) GetEngineOk() (*GeoEngine, bool)
GetEngineOk returns a tuple with the Engine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionRecord) SetEngine(v GeoEngine)
SetEngine sets Engine field to given value.
func (o *GeoMentionRecord) HasEngine() bool
HasEngine returns a boolean if a field has been set.
func (o *GeoMentionRecord) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
func (o *GeoMentionRecord) GetModelOk() (*string, bool)
GetModelOk returns a tuple with the Model field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionRecord) SetModel(v string)
SetModel sets Model field to given value.
func (o *GeoMentionRecord) HasModel() bool
HasModel returns a boolean if a field has been set.
func (o *GeoMentionRecord) GetQuestion() string
GetQuestion returns the Question field if non-nil, zero value otherwise.
func (o *GeoMentionRecord) GetQuestionOk() (*string, bool)
GetQuestionOk returns a tuple with the Question field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionRecord) SetQuestion(v string)
SetQuestion sets Question field to given value.
func (o *GeoMentionRecord) HasQuestion() bool
HasQuestion returns a boolean if a field has been set.
func (o *GeoMentionRecord) GetAnswer() string
GetAnswer returns the Answer field if non-nil, zero value otherwise.
func (o *GeoMentionRecord) GetAnswerOk() (*string, bool)
GetAnswerOk returns a tuple with the Answer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionRecord) SetAnswer(v string)
SetAnswer sets Answer field to given value.
func (o *GeoMentionRecord) HasAnswer() bool
HasAnswer returns a boolean if a field has been set.
func (o *GeoMentionRecord) GetAiSearchVolume() float32
GetAiSearchVolume returns the AiSearchVolume field if non-nil, zero value otherwise.
func (o *GeoMentionRecord) GetAiSearchVolumeOk() (*float32, bool)
GetAiSearchVolumeOk returns a tuple with the AiSearchVolume field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionRecord) SetAiSearchVolume(v float32)
SetAiSearchVolume sets AiSearchVolume field to given value.
func (o *GeoMentionRecord) HasAiSearchVolume() bool
HasAiSearchVolume returns a boolean if a field has been set.
func (o *GeoMentionRecord) GetMonthlySearches() []GeoMentionMonthly
GetMonthlySearches returns the MonthlySearches field if non-nil, zero value otherwise.
func (o *GeoMentionRecord) GetMonthlySearchesOk() (*[]GeoMentionMonthly, bool)
GetMonthlySearchesOk returns a tuple with the MonthlySearches field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionRecord) SetMonthlySearches(v []GeoMentionMonthly)
SetMonthlySearches sets MonthlySearches field to given value.
func (o *GeoMentionRecord) HasMonthlySearches() bool
HasMonthlySearches returns a boolean if a field has been set.
func (o *GeoMentionRecord) GetSources() []GeoMentionSource
GetSources returns the Sources field if non-nil, zero value otherwise.
func (o *GeoMentionRecord) GetSourcesOk() (*[]GeoMentionSource, bool)
GetSourcesOk returns a tuple with the Sources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionRecord) SetSources(v []GeoMentionSource)
SetSources sets Sources field to given value.
func (o *GeoMentionRecord) HasSources() bool
HasSources returns a boolean if a field has been set.
func (o *GeoMentionRecord) GetSearchResults() []GeoMentionSearchResult
GetSearchResults returns the SearchResults field if non-nil, zero value otherwise.
func (o *GeoMentionRecord) GetSearchResultsOk() (*[]GeoMentionSearchResult, bool)
GetSearchResultsOk returns a tuple with the SearchResults field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionRecord) SetSearchResults(v []GeoMentionSearchResult)
SetSearchResults sets SearchResults field to given value.
func (o *GeoMentionRecord) HasSearchResults() bool
HasSearchResults returns a boolean if a field has been set.
func (o *GeoMentionRecord) GetBrandEntities() []GeoMentionBrandEntity
GetBrandEntities returns the BrandEntities field if non-nil, zero value otherwise.
func (o *GeoMentionRecord) GetBrandEntitiesOk() (*[]GeoMentionBrandEntity, bool)
GetBrandEntitiesOk returns a tuple with the BrandEntities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionRecord) SetBrandEntities(v []GeoMentionBrandEntity)
SetBrandEntities sets BrandEntities field to given value.
func (o *GeoMentionRecord) HasBrandEntities() bool
HasBrandEntities returns a boolean if a field has been set.
func (o *GeoMentionRecord) GetFanOutQueries() []string
GetFanOutQueries returns the FanOutQueries field if non-nil, zero value otherwise.
func (o *GeoMentionRecord) GetFanOutQueriesOk() (*[]string, bool)
GetFanOutQueriesOk returns a tuple with the FanOutQueries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionRecord) SetFanOutQueries(v []string)
SetFanOutQueries sets FanOutQueries field to given value.
func (o *GeoMentionRecord) HasFanOutQueries() bool
HasFanOutQueries returns a boolean if a field has been set.
func (o *GeoMentionRecord) GetFirstResponseAt() string
GetFirstResponseAt returns the FirstResponseAt field if non-nil, zero value otherwise.
func (o *GeoMentionRecord) GetFirstResponseAtOk() (*string, bool)
GetFirstResponseAtOk returns a tuple with the FirstResponseAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionRecord) SetFirstResponseAt(v string)
SetFirstResponseAt sets FirstResponseAt field to given value.
func (o *GeoMentionRecord) HasFirstResponseAt() bool
HasFirstResponseAt returns a boolean if a field has been set.
func (o *GeoMentionRecord) GetLastResponseAt() string
GetLastResponseAt returns the LastResponseAt field if non-nil, zero value otherwise.
func (o *GeoMentionRecord) GetLastResponseAtOk() (*string, bool)
GetLastResponseAtOk returns a tuple with the LastResponseAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionRecord) SetLastResponseAt(v string)
SetLastResponseAt sets LastResponseAt field to given value.
func (o *GeoMentionRecord) HasLastResponseAt() bool
HasLastResponseAt returns a boolean if a field has been set.