Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 694 Bytes

File metadata and controls

26 lines (20 loc) · 694 Bytes

Unifapi::GeoMentionsCrossAggregatedMetricsResponse

Properties

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.

Example

require 'unifapi'

instance = Unifapi::GeoMentionsCrossAggregatedMetricsResponse.new(
  engine: null,
  location: null,
  language: null,
  totals: null,
  results: null
)