| Name | Type | Description | Notes |
|---|---|---|---|
| Key | string | Domain, page URL, or aggregation label this row summarizes. | |
| Mentions | Pointer to float32 | Total LLM mentions for this row, summed across platforms. | [optional] |
| Breakdown | Pointer to GeoMentionBreakdown | [optional] |
func NewGeoMentionItem(key string, ) *GeoMentionItem
NewGeoMentionItem instantiates a new GeoMentionItem 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 NewGeoMentionItemWithDefaults() *GeoMentionItem
NewGeoMentionItemWithDefaults instantiates a new GeoMentionItem 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 *GeoMentionItem) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *GeoMentionItem) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionItem) SetKey(v string)
SetKey sets Key field to given value.
func (o *GeoMentionItem) GetMentions() float32
GetMentions returns the Mentions field if non-nil, zero value otherwise.
func (o *GeoMentionItem) GetMentionsOk() (*float32, bool)
GetMentionsOk returns a tuple with the Mentions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionItem) SetMentions(v float32)
SetMentions sets Mentions field to given value.
func (o *GeoMentionItem) HasMentions() bool
HasMentions returns a boolean if a field has been set.
func (o *GeoMentionItem) GetBreakdown() GeoMentionBreakdown
GetBreakdown returns the Breakdown field if non-nil, zero value otherwise.
func (o *GeoMentionItem) GetBreakdownOk() (*GeoMentionBreakdown, bool)
GetBreakdownOk returns a tuple with the Breakdown field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionItem) SetBreakdown(v GeoMentionBreakdown)
SetBreakdown sets Breakdown field to given value.
func (o *GeoMentionItem) HasBreakdown() bool
HasBreakdown returns a boolean if a field has been set.