Sha256: ea0ff04da08c39d9c163be32630a0d1e9b0448c60f58ceb43af7d8ad722b7f62

Contents?: true

Size: 359 Bytes

Versions: 8

Compression:

Stored size: 359 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  
    # QueryParamSortBy - The field to sort the events by. The default is `timestamp`.
    class QueryParamSortBy < T::Enum
      enums do
        TIMESTAMP = new('timestamp')
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dub-0.2.2.pre.alpha.58 lib/open_api_sdk/models/operations/queryparam_sortby.rb
dub-0.2.2.pre.alpha.57 lib/open_api_sdk/models/operations/queryparam_sortby.rb
dub-0.2.2.pre.alpha.56 lib/open_api_sdk/models/operations/queryparam_sortby.rb
dub-0.2.2.pre.alpha.55 lib/open_api_sdk/models/operations/queryparam_sortby.rb
dub-0.2.2.pre.alpha.54 lib/open_api_sdk/models/operations/queryparam_sortby.rb
dub-0.2.2.pre.alpha.53 lib/open_api_sdk/models/operations/queryparam_sortby.rb
dub-0.2.2.pre.alpha.52 lib/open_api_sdk/models/operations/queryparam_sortby.rb
dub-0.2.2.pre.alpha.51 lib/open_api_sdk/models/operations/queryparam_sortby.rb