Sha256: 938adb3d4818d08fd2d778f8e270c5cd3ba37d71e99af5f2e7a3cb82e0e637e6

Contents?: true

Size: 449 Bytes

Versions: 1

Compression:

Stored size: 449 Bytes

Contents

# Code generated by Speakeasy (https://speakeasyapi.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

1 entries across 1 versions & 1 rubygems

Version Path
dub-0.2.2.pre.alpha.4 lib/open_api_sdk/models/operations/sort.rb