Sha256: 81f798082c4aca6d164aed808fd94b6c10ee7e903c9667b61844e2525c31a873
Contents?: true
Size: 449 Bytes
Versions: 17
Compression:
Stored size: 449 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). 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
17 entries across 17 versions & 1 rubygems