| Name | Type | Description | Notes |
|---|---|---|---|
| engine | GeoEngine | ||
| location | String | ||
| language | String | ||
| totals | GeoMentionBreakdown | [optional] | |
| results | Array<GeoMentionItem> | One billable record per labeled group, with its mention breakdown. |
require 'unifapi'
instance = Unifapi::GeoMentionsCrossAggregatedMetricsResponse.new(
engine: null,
location: null,
language: null,
totals: null,
results: null
)