Class: Imagekitio::Models::UploadPreTransformSuccessEvent::Request
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Imagekitio::Models::UploadPreTransformSuccessEvent::Request
- Defined in:
- lib/imagekitio/models/upload_pre_transform_success_event.rb
Instance Attribute Summary collapse
-
#transformation ⇒ String
The requested pre-transformation string.
-
#x_request_id ⇒ String
Unique identifier for the originating request.
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(transformation: , x_request_id: ) ⇒ Object
|
|
# File 'lib/imagekitio/models/upload_pre_transform_success_event.rb', line 683
|
Instance Attribute Details
#transformation ⇒ String
The requested pre-transformation string.
675 |
# File 'lib/imagekitio/models/upload_pre_transform_success_event.rb', line 675 required :transformation, String |
#x_request_id ⇒ String
Unique identifier for the originating request.
681 |
# File 'lib/imagekitio/models/upload_pre_transform_success_event.rb', line 681 required :x_request_id, String |