Class: Imagekitio::Models::VideoTransformationReadyEvent::Request
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Imagekitio::Models::VideoTransformationReadyEvent::Request
- Defined in:
- lib/imagekitio/models/video_transformation_ready_event.rb
Instance Attribute Summary collapse
-
#url ⇒ String
Full URL of the transformation request that was submitted.
-
#user_agent ⇒ String?
User-Agent header from the original request that triggered the transformation.
-
#x_request_id ⇒ String
Unique identifier for the originating transformation request.
Method Summary
Methods inherited from Internal::Type::BaseModel
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from Imagekitio::Internal::Type::BaseModel
Instance Attribute Details
#url ⇒ String
Full URL of the transformation request that was submitted.
329 |
# File 'lib/imagekitio/models/video_transformation_ready_event.rb', line 329 required :url, String |
#user_agent ⇒ String?
User-Agent header from the original request that triggered the transformation.
341 |
# File 'lib/imagekitio/models/video_transformation_ready_event.rb', line 341 optional :user_agent, String |
#x_request_id ⇒ String
Unique identifier for the originating transformation request.
335 |
# File 'lib/imagekitio/models/video_transformation_ready_event.rb', line 335 required :x_request_id, String |