Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 453 Bytes

File metadata and controls

20 lines (14 loc) · 453 Bytes

MuxRuby::CreateStaticRenditionRequest

Properties

Name Type Description Notes
resolution String [optional]
passthrough String Arbitrary user-supplied metadata set for the static rendition. Max 255 characters. [optional]

Example

require 'mux_ruby'

instance = MuxRuby::CreateStaticRenditionRequest.new(
  resolution: null,
  passthrough: null
)