| Name | Type | Description | Notes |
|---|---|---|---|
| engine | GeoEngine | ||
| location | String | ||
| language | String | ||
| totals | GeoMentionBreakdown | [optional] |
require 'unifapi'
instance = Unifapi::GeoMentionsAggregatedMetricsResponse.new(
engine: null,
location: null,
language: null,
totals: null
)