Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 520 Bytes

AssetStaticRenditions.md

File metadata and controls

20 lines (14 loc) · 520 Bytes

MuxRuby::AssetStaticRenditions

Properties

Name Type Description Notes
status String Indicates the status of downloadable MP4 versions of this asset. [optional][default to 'disabled']
files Array<AssetStaticRenditionsFiles> Array of file objects. [optional]

Example

require 'mux_ruby'

instance = MuxRuby::AssetStaticRenditions.new(
  status: null,
  files: null
)