Class: Telnyx::Models::CustomStorageConfiguration
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::CustomStorageConfiguration
- Defined in:
- lib/telnyx/models/custom_storage_configuration.rb
Direct Known Subclasses
CustomStorageCredentialCreateParams, CustomStorageCredentialUpdateParams
Defined Under Namespace
Modules: Backend, Configuration
Instance Attribute Summary collapse
- #backend ⇒ Symbol, Telnyx::Models::CustomStorageConfiguration::Backend
- #configuration ⇒ Telnyx::Models::GcsConfigurationData, ...
Class Method Summary collapse
Instance Method Summary collapse
- #initialize(backend:, configuration:) ⇒ Object constructor
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(backend:, configuration:) ⇒ Object
|
|
# File 'lib/telnyx/models/custom_storage_configuration.rb', line 16
|
Instance Attribute Details
#backend ⇒ Symbol, Telnyx::Models::CustomStorageConfiguration::Backend
9 |
# File 'lib/telnyx/models/custom_storage_configuration.rb', line 9 required :backend, enum: -> { Telnyx::CustomStorageConfiguration::Backend } |
#configuration ⇒ Telnyx::Models::GcsConfigurationData, ...
14 |
# File 'lib/telnyx/models/custom_storage_configuration.rb', line 14 required :configuration, union: -> { Telnyx::CustomStorageConfiguration::Configuration } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/custom_storage_configuration.rb', line 28
|