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