Class: Imagekitio::Models::VideoTransformationAcceptedEvent::Request

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/imagekitio/models/video_transformation_accepted_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(url: , x_request_id: , user_agent: nil) ⇒ Object

Information about the original request that triggered the video transformation.

Parameters:

  • url (String) (defaults to: )

    Full URL of the transformation request that was submitted.

  • x_request_id (String) (defaults to: )

    Unique identifier for the originating transformation request.

  • user_agent (String) (defaults to: nil)

    User-Agent header from the original request that triggered the transformation.



# File 'lib/imagekitio/models/video_transformation_accepted_event.rb', line 268

Instance Attribute Details

#urlString

Full URL of the transformation request that was submitted.

Returns:

  • (String)


254
# File 'lib/imagekitio/models/video_transformation_accepted_event.rb', line 254

required :url, String

#user_agentString?

User-Agent header from the original request that triggered the transformation.

Returns:

  • (String, nil)


266
# File 'lib/imagekitio/models/video_transformation_accepted_event.rb', line 266

optional :user_agent, String

#x_request_idString

Unique identifier for the originating transformation request.

Returns:

  • (String)


260
# File 'lib/imagekitio/models/video_transformation_accepted_event.rb', line 260

required :x_request_id, String