Class: Imagekitio::Models::VideoTransformationAcceptedEvent::Request
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Imagekitio::Models::VideoTransformationAcceptedEvent::Request
- Defined in:
- lib/imagekitio/models/video_transformation_accepted_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.
Instance Method Summary collapse
-
#initialize(url: , x_request_id: , user_agent: nil) ⇒ Object
constructor
Information about the original request that triggered the video transformation.
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(url: , x_request_id: , user_agent: nil) ⇒ Object
Information about the original request that triggered the video transformation.
|
|
# File 'lib/imagekitio/models/video_transformation_accepted_event.rb', line 268
|
Instance Attribute Details
#url ⇒ String
Full URL of the transformation request that was submitted.
254 |
# File 'lib/imagekitio/models/video_transformation_accepted_event.rb', line 254 required :url, String |
#user_agent ⇒ String?
User-Agent header from the original request that triggered the transformation.
266 |
# File 'lib/imagekitio/models/video_transformation_accepted_event.rb', line 266 optional :user_agent, String |
#x_request_id ⇒ String
Unique identifier for the originating transformation request.
260 |
# File 'lib/imagekitio/models/video_transformation_accepted_event.rb', line 260 required :x_request_id, String |