Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.03 KB

File metadata and controls

28 lines (22 loc) · 1.03 KB

Unifapi::GeoMentionsCrossAggregatedMetricsRequest

Properties

Name Type Description Notes
groups Array<GeoMentionsCrossGroup> Labeled target groups to compare against each other.
engine GeoEngine [optional]
location GeoKeywordSearchVolumeRequestLocation [optional]
language String Search language as an ISO code or full language name. Defaults to en. [optional]
filters GeoMentionsAggregatedMetricsRequestFilters [optional]
internal_list_limit Integer Max elements per internal grouped array. Default 5. [optional]

Example

require 'unifapi'

instance = Unifapi::GeoMentionsCrossAggregatedMetricsRequest.new(
  groups: null,
  engine: null,
  location: null,
  language: null,
  filters: null,
  internal_list_limit: null
)