Class: Imagekitio::Models::VideoTransformationErrorEvent::Data::Transformation
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Imagekitio::Models::VideoTransformationErrorEvent::Data::Transformation
- Defined in:
- lib/imagekitio/models/video_transformation_error_event.rb
Overview
Defined Under Namespace
Modules: Type Classes: Error, Options
Instance Attribute Summary collapse
-
#error ⇒ Imagekitio::Models::VideoTransformationErrorEvent::Data::Transformation::Error?
Details about the transformation error.
-
#options ⇒ Imagekitio::Models::VideoTransformationErrorEvent::Data::Transformation::Options?
Configuration options for video transformations.
-
#type ⇒ Symbol, Imagekitio::Models::VideoTransformationErrorEvent::Data::Transformation::Type
Type of video transformation:.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(type: , error: nil, options: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see Transformation 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(type: , error: nil, options: nil) ⇒ Object
Some parameter documentations has been truncated, see Imagekitio::Models::VideoTransformationErrorEvent::Data::Transformation for more details.
|
|
# File 'lib/imagekitio/models/video_transformation_error_event.rb', line 98
|
Instance Attribute Details
#error ⇒ Imagekitio::Models::VideoTransformationErrorEvent::Data::Transformation::Error?
Details about the transformation error.
90 |
# File 'lib/imagekitio/models/video_transformation_error_event.rb', line 90 optional :error, -> { Imagekitio::VideoTransformationErrorEvent::Data::Transformation::Error } |
#options ⇒ Imagekitio::Models::VideoTransformationErrorEvent::Data::Transformation::Options?
Configuration options for video transformations.
96 |
# File 'lib/imagekitio/models/video_transformation_error_event.rb', line 96 optional :options, -> { Imagekitio::VideoTransformationErrorEvent::Data::Transformation::Options } |
#type ⇒ Symbol, Imagekitio::Models::VideoTransformationErrorEvent::Data::Transformation::Type
Type of video transformation:
-
‘video-transformation`: Standard video processing (resize, format conversion, etc.)
-
‘gif-to-video`: Convert animated GIF to video format
-
‘video-thumbnail`: Generate thumbnail image from video
84 |
# File 'lib/imagekitio/models/video_transformation_error_event.rb', line 84 required :type, enum: -> { Imagekitio::VideoTransformationErrorEvent::Data::Transformation::Type } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/imagekitio/models/video_transformation_error_event.rb', line 124
|