Class: Imagekitio::Models::Beta::V2::FileUploadParams::Transformation::Post::Abs

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/imagekitio/models/beta/v2/file_upload_params.rb

Defined Under Namespace

Modules: Protocol

Instance Attribute Summary collapse

Instance Method Summary collapse

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::Beta::V2::FileUploadParams::Transformation::Post::Abs for more details.

Parameters:



# File 'lib/imagekitio/models/beta/v2/file_upload_params.rb', line 477

Instance Attribute Details

#protocolSymbol, Imagekitio::Models::Beta::V2::FileUploadParams::Transformation::Post::Abs::Protocol

Streaming protocol to use (‘hls` or `dash`).



462
463
# File 'lib/imagekitio/models/beta/v2/file_upload_params.rb', line 462

required :protocol,
enum: -> { Imagekitio::Beta::V2::FileUploadParams::Transformation::Post::Abs::Protocol }

#typeSymbol, :abs

Adaptive Bitrate Streaming (ABS) setup.

Returns:

  • (Symbol, :abs)


469
# File 'lib/imagekitio/models/beta/v2/file_upload_params.rb', line 469

required :type, const: :abs

#valueString

List of different representations you want to create separated by an underscore.

Returns:

  • (String)


475
# File 'lib/imagekitio/models/beta/v2/file_upload_params.rb', line 475

required :value, String