Skip to content

Latest commit

 

History

History
342 lines (185 loc) · 9.65 KB

File metadata and controls

342 lines (185 loc) · 9.65 KB

GeoMentionRecord

Properties

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]

Methods

NewGeoMentionRecord

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

NewGeoMentionRecordWithDefaults

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

GetEngine

func (o *GeoMentionRecord) GetEngine() GeoEngine

GetEngine returns the Engine field if non-nil, zero value otherwise.

GetEngineOk

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.

SetEngine

func (o *GeoMentionRecord) SetEngine(v GeoEngine)

SetEngine sets Engine field to given value.

HasEngine

func (o *GeoMentionRecord) HasEngine() bool

HasEngine returns a boolean if a field has been set.

GetModel

func (o *GeoMentionRecord) GetModel() string

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

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.

SetModel

func (o *GeoMentionRecord) SetModel(v string)

SetModel sets Model field to given value.

HasModel

func (o *GeoMentionRecord) HasModel() bool

HasModel returns a boolean if a field has been set.

GetQuestion

func (o *GeoMentionRecord) GetQuestion() string

GetQuestion returns the Question field if non-nil, zero value otherwise.

GetQuestionOk

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.

SetQuestion

func (o *GeoMentionRecord) SetQuestion(v string)

SetQuestion sets Question field to given value.

HasQuestion

func (o *GeoMentionRecord) HasQuestion() bool

HasQuestion returns a boolean if a field has been set.

GetAnswer

func (o *GeoMentionRecord) GetAnswer() string

GetAnswer returns the Answer field if non-nil, zero value otherwise.

GetAnswerOk

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.

SetAnswer

func (o *GeoMentionRecord) SetAnswer(v string)

SetAnswer sets Answer field to given value.

HasAnswer

func (o *GeoMentionRecord) HasAnswer() bool

HasAnswer returns a boolean if a field has been set.

GetAiSearchVolume

func (o *GeoMentionRecord) GetAiSearchVolume() float32

GetAiSearchVolume returns the AiSearchVolume field if non-nil, zero value otherwise.

GetAiSearchVolumeOk

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.

SetAiSearchVolume

func (o *GeoMentionRecord) SetAiSearchVolume(v float32)

SetAiSearchVolume sets AiSearchVolume field to given value.

HasAiSearchVolume

func (o *GeoMentionRecord) HasAiSearchVolume() bool

HasAiSearchVolume returns a boolean if a field has been set.

GetMonthlySearches

func (o *GeoMentionRecord) GetMonthlySearches() []GeoMentionMonthly

GetMonthlySearches returns the MonthlySearches field if non-nil, zero value otherwise.

GetMonthlySearchesOk

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.

SetMonthlySearches

func (o *GeoMentionRecord) SetMonthlySearches(v []GeoMentionMonthly)

SetMonthlySearches sets MonthlySearches field to given value.

HasMonthlySearches

func (o *GeoMentionRecord) HasMonthlySearches() bool

HasMonthlySearches returns a boolean if a field has been set.

GetSources

func (o *GeoMentionRecord) GetSources() []GeoMentionSource

GetSources returns the Sources field if non-nil, zero value otherwise.

GetSourcesOk

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.

SetSources

func (o *GeoMentionRecord) SetSources(v []GeoMentionSource)

SetSources sets Sources field to given value.

HasSources

func (o *GeoMentionRecord) HasSources() bool

HasSources returns a boolean if a field has been set.

GetSearchResults

func (o *GeoMentionRecord) GetSearchResults() []GeoMentionSearchResult

GetSearchResults returns the SearchResults field if non-nil, zero value otherwise.

GetSearchResultsOk

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.

SetSearchResults

func (o *GeoMentionRecord) SetSearchResults(v []GeoMentionSearchResult)

SetSearchResults sets SearchResults field to given value.

HasSearchResults

func (o *GeoMentionRecord) HasSearchResults() bool

HasSearchResults returns a boolean if a field has been set.

GetBrandEntities

func (o *GeoMentionRecord) GetBrandEntities() []GeoMentionBrandEntity

GetBrandEntities returns the BrandEntities field if non-nil, zero value otherwise.

GetBrandEntitiesOk

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.

SetBrandEntities

func (o *GeoMentionRecord) SetBrandEntities(v []GeoMentionBrandEntity)

SetBrandEntities sets BrandEntities field to given value.

HasBrandEntities

func (o *GeoMentionRecord) HasBrandEntities() bool

HasBrandEntities returns a boolean if a field has been set.

GetFanOutQueries

func (o *GeoMentionRecord) GetFanOutQueries() []string

GetFanOutQueries returns the FanOutQueries field if non-nil, zero value otherwise.

GetFanOutQueriesOk

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.

SetFanOutQueries

func (o *GeoMentionRecord) SetFanOutQueries(v []string)

SetFanOutQueries sets FanOutQueries field to given value.

HasFanOutQueries

func (o *GeoMentionRecord) HasFanOutQueries() bool

HasFanOutQueries returns a boolean if a field has been set.

GetFirstResponseAt

func (o *GeoMentionRecord) GetFirstResponseAt() string

GetFirstResponseAt returns the FirstResponseAt field if non-nil, zero value otherwise.

GetFirstResponseAtOk

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.

SetFirstResponseAt

func (o *GeoMentionRecord) SetFirstResponseAt(v string)

SetFirstResponseAt sets FirstResponseAt field to given value.

HasFirstResponseAt

func (o *GeoMentionRecord) HasFirstResponseAt() bool

HasFirstResponseAt returns a boolean if a field has been set.

GetLastResponseAt

func (o *GeoMentionRecord) GetLastResponseAt() string

GetLastResponseAt returns the LastResponseAt field if non-nil, zero value otherwise.

GetLastResponseAtOk

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.

SetLastResponseAt

func (o *GeoMentionRecord) SetLastResponseAt(v string)

SetLastResponseAt sets LastResponseAt field to given value.

HasLastResponseAt

func (o *GeoMentionRecord) HasLastResponseAt() bool

HasLastResponseAt returns a boolean if a field has been set.

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