Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 532 Bytes

File metadata and controls

22 lines (16 loc) · 532 Bytes

Unifapi::GeoMentionItem

Properties

Name Type Description Notes
key String Domain, page URL, or aggregation label this row summarizes.
mentions Float Total LLM mentions for this row, summed across platforms. [optional]
breakdown GeoMentionBreakdown [optional]

Example

require 'unifapi'

instance = Unifapi::GeoMentionItem.new(
  key: null,
  mentions: null,
  breakdown: null
)