Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 524 Bytes

File metadata and controls

24 lines (18 loc) · 524 Bytes

Unifapi::GeoMentionsAggregatedMetricsResponse

Properties

Name Type Description Notes
engine GeoEngine
location String
language String
totals GeoMentionBreakdown [optional]

Example

require 'unifapi'

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