Module: OpenAI::Models::Admin::Organization::ExternalStorageListParams::Order
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/openai/models/admin/organization/external_storage_list_params.rb,
sig/openai/models/admin/organization/external_storage_list_params.rbs
Constant Summary collapse
- ASC =
:asc- DESC =
:desc
Class Method Summary collapse
Instance Method Summary collapse
- #initialize(after: nil, limit: nil, order: nil, project_id: nil, request_options: {}) ⇒ Object
- #self?.values ⇒ ::Array[OpenAI::Models::Admin::Organization::ExternalStorageListParams::order]
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, 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, coerce_with_error, dump, #dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openai/models/admin/organization/external_storage_list_params.rb', line 51
|
Instance Method Details
#initialize(after: nil, limit: nil, order: nil, project_id: nil, request_options: {}) ⇒ Object
45 46 47 48 49 50 51 52 53 |
# File 'lib/openai/models/admin/organization/external_storage_list_params.rb', line 45 module Order extend OpenAI::Internal::Type::Enum ASC = :asc DESC = :desc # @!method self.values # @return [Array<Symbol>] end |
#self?.values ⇒ ::Array[OpenAI::Models::Admin::Organization::ExternalStorageListParams::order]
59 |
# File 'sig/openai/models/admin/organization/external_storage_list_params.rbs', line 59 def self?.values: -> ::Array[OpenAI::Models::Admin::Organization::ExternalStorageListParams::order] |