Sha256: fe5bc78dd5f2616b29641d4dc9304521822755e974f3c0347bfbb78587b2888a

Contents?: true

Size: 736 Bytes

Versions: 9

Compression:

Stored size: 736 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  
    # GroupBy - The parameter to group the analytics data points by. Defaults to 'count' if undefined.
    class GroupBy < T::Enum
      enums do
        COUNT = new('count')
        TIMESERIES = new('timeseries')
        CONTINENTS = new('continents')
        COUNTRIES = new('countries')
        CITIES = new('cities')
        DEVICES = new('devices')
        BROWSERS = new('browsers')
        OS = new('os')
        REFERERS = new('referers')
        TOP_LINKS = new('top_links')
        TOP_URLS = new('top_urls')
        TRIGGER = new('trigger')
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
dub-0.2.2.pre.alpha.17 lib/open_api_sdk/models/operations/groupby.rb
dub-0.2.2.pre.alpha.16 lib/open_api_sdk/models/operations/groupby.rb
dub-0.2.2.pre.alpha.15 lib/open_api_sdk/models/operations/groupby.rb
dub-0.2.2.pre.alpha.14 lib/open_api_sdk/models/operations/groupby.rb
dub-0.2.2.pre.alpha.13 lib/open_api_sdk/models/operations/groupby.rb
dub-0.2.2.pre.alpha.12 lib/open_api_sdk/models/operations/groupby.rb
dub-0.2.2.pre.alpha.11 lib/open_api_sdk/models/operations/groupby.rb
dub-0.2.2.pre.alpha.10 lib/open_api_sdk/models/operations/groupby.rb
dub-0.2.2.pre.alpha.9 lib/open_api_sdk/models/operations/groupby.rb