| Name | Type | Description | Notes |
|---|---|---|---|
| Engine | GeoEngine | ||
| Location | string | ||
| Language | string | ||
| Totals | Pointer to GeoMentionBreakdown | [optional] | |
| Results | []GeoMentionItem | Top cited pages, one billable record each, with per-dimension breakdowns. |
func NewGeoMentionsTopPagesResponse(engine GeoEngine, location string, language string, results []GeoMentionItem, ) *GeoMentionsTopPagesResponse
NewGeoMentionsTopPagesResponse instantiates a new GeoMentionsTopPagesResponse 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 NewGeoMentionsTopPagesResponseWithDefaults() *GeoMentionsTopPagesResponse
NewGeoMentionsTopPagesResponseWithDefaults instantiates a new GeoMentionsTopPagesResponse 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 *GeoMentionsTopPagesResponse) GetEngine() GeoEngine
GetEngine returns the Engine field if non-nil, zero value otherwise.
func (o *GeoMentionsTopPagesResponse) 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 *GeoMentionsTopPagesResponse) SetEngine(v GeoEngine)
SetEngine sets Engine field to given value.
func (o *GeoMentionsTopPagesResponse) GetLocation() string
GetLocation returns the Location field if non-nil, zero value otherwise.
func (o *GeoMentionsTopPagesResponse) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionsTopPagesResponse) SetLocation(v string)
SetLocation sets Location field to given value.
func (o *GeoMentionsTopPagesResponse) GetLanguage() string
GetLanguage returns the Language field if non-nil, zero value otherwise.
func (o *GeoMentionsTopPagesResponse) GetLanguageOk() (*string, bool)
GetLanguageOk returns a tuple with the Language field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionsTopPagesResponse) SetLanguage(v string)
SetLanguage sets Language field to given value.
func (o *GeoMentionsTopPagesResponse) GetTotals() GeoMentionBreakdown
GetTotals returns the Totals field if non-nil, zero value otherwise.
func (o *GeoMentionsTopPagesResponse) GetTotalsOk() (*GeoMentionBreakdown, bool)
GetTotalsOk returns a tuple with the Totals field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionsTopPagesResponse) SetTotals(v GeoMentionBreakdown)
SetTotals sets Totals field to given value.
func (o *GeoMentionsTopPagesResponse) HasTotals() bool
HasTotals returns a boolean if a field has been set.
func (o *GeoMentionsTopPagesResponse) GetResults() []GeoMentionItem
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *GeoMentionsTopPagesResponse) GetResultsOk() (*[]GeoMentionItem, bool)
GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeoMentionsTopPagesResponse) SetResults(v []GeoMentionItem)
SetResults sets Results field to given value.