Sha256: 7f0c6b142c4fcffea68980e98c4db8ffdbe990cb1f0cec2ab7f22128839dbc36
Contents?: true
Size: 701 Bytes
Versions: 1
Compression:
Stored size: 701 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.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') 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dub-0.2.2.pre.alpha.4 | lib/open_api_sdk/models/operations/groupby.rb |