| Name | Type | Description | Notes |
|---|---|---|---|
| resolution | String | [optional] | |
| passthrough | String | Arbitrary user-supplied metadata set for the static rendition. Max 255 characters. | [optional] |
require 'mux_ruby'
instance = MuxRuby::CreateStaticRenditionRequest.new(
resolution: null,
passthrough: null
)