Class: Imagekitio::Models::FileUploadParams::Transformation::Post::Abs
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Imagekitio::Models::FileUploadParams::Transformation::Post::Abs
- Defined in:
- lib/imagekitio/models/file_upload_params.rb
Defined Under Namespace
Modules: Protocol
Instance Attribute Summary collapse
-
#protocol ⇒ Symbol, Imagekitio::Models::FileUploadParams::Transformation::Post::Abs::Protocol
Streaming protocol to use (‘hls` or `dash`).
-
#type ⇒ Symbol, :abs
Adaptive Bitrate Streaming (ABS) setup.
-
#value ⇒ String
List of different representations you want to create separated by an underscore.
Instance Method Summary collapse
-
#initialize(protocol: , value: , type: :abs) ⇒ Object
constructor
Some parameter documentations has been truncated, see Abs for more details.
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(protocol: , value: , type: :abs) ⇒ Object
Some parameter documentations has been truncated, see Imagekitio::Models::FileUploadParams::Transformation::Post::Abs for more details.
|
|
# File 'lib/imagekitio/models/file_upload_params.rb', line 509
|
Instance Attribute Details
#protocol ⇒ Symbol, Imagekitio::Models::FileUploadParams::Transformation::Post::Abs::Protocol
Streaming protocol to use (‘hls` or `dash`).
495 |
# File 'lib/imagekitio/models/file_upload_params.rb', line 495 required :protocol, enum: -> { Imagekitio::FileUploadParams::Transformation::Post::Abs::Protocol } |
#type ⇒ Symbol, :abs
Adaptive Bitrate Streaming (ABS) setup.
501 |
# File 'lib/imagekitio/models/file_upload_params.rb', line 501 required :type, const: :abs |
#value ⇒ String
List of different representations you want to create separated by an underscore.
507 |
# File 'lib/imagekitio/models/file_upload_params.rb', line 507 required :value, String |