Class: Imagekitio::Models::UploadPreTransformSuccessEvent::Request

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/imagekitio/models/upload_pre_transform_success_event.rb

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(transformation: , x_request_id: ) ⇒ Object

Parameters:

  • transformation (String) (defaults to: )

    The requested pre-transformation string.

  • x_request_id (String) (defaults to: )

    Unique identifier for the originating request.



# File 'lib/imagekitio/models/upload_pre_transform_success_event.rb', line 683

Instance Attribute Details

#transformationString

The requested pre-transformation string.

Returns:

  • (String)


675
# File 'lib/imagekitio/models/upload_pre_transform_success_event.rb', line 675

required :transformation, String

#x_request_idString

Unique identifier for the originating request.

Returns:

  • (String)


681
# File 'lib/imagekitio/models/upload_pre_transform_success_event.rb', line 681

required :x_request_id, String