Sha256: d329470e44289a980343641cd76c368ea86d24bc3cb359d343e4b49ea2545d73

Contents?: true

Size: 446 Bytes

Versions: 4

Compression:

Stored size: 446 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  
    # Sort - The field to sort the links by. The default is `createdAt`, and sort order is always descending.
    class Sort < T::Enum
      enums do
        CREATED_AT = new('createdAt')
        CLICKS = new('clicks')
        LAST_CLICKED = new('lastClicked')
      end
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dub-0.2.2.pre.alpha.8 lib/open_api_sdk/models/operations/sort.rb
dub-0.2.2.pre.alpha.7 lib/open_api_sdk/models/operations/sort.rb
dub-0.2.2.pre.alpha.6 lib/open_api_sdk/models/operations/sort.rb
dub-0.2.2.pre.alpha.5 lib/open_api_sdk/models/operations/sort.rb