Module: Imagekitio::Models::AssetListParams::Sort
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/imagekitio/models/asset_list_params.rb,
sig/imagekitio/models/asset_list_params.rbs
Overview
Sort the results by one of the supported fields in ascending or descending order.
Constant Summary collapse
- ASC_NAME =
:ASC_NAME- DESC_NAME =
:DESC_NAME- ASC_CREATED =
:ASC_CREATED- DESC_CREATED =
:DESC_CREATED- ASC_UPDATED =
:ASC_UPDATED- DESC_UPDATED =
:DESC_UPDATED- ASC_HEIGHT =
:ASC_HEIGHT- DESC_HEIGHT =
:DESC_HEIGHT- ASC_WIDTH =
:ASC_WIDTH- DESC_WIDTH =
:DESC_WIDTH- ASC_SIZE =
:ASC_SIZE- DESC_SIZE =
:DESC_SIZE- ASC_RELEVANCE =
:ASC_RELEVANCE- DESC_RELEVANCE =
:DESC_RELEVANCE
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#self?.values ⇒ ::Array[Imagekitio::Models::AssetListParams::sort]
121 |
# File 'sig/imagekitio/models/asset_list_params.rbs', line 121
def self?.values: -> ::Array[Imagekitio::Models::AssetListParams::sort]
|