Sha256: 6df862ad52c4ce7252d02f66cc0a34d0f690b67bcb16a5018c677958c3f05d99
Contents?: true
Size: 520 Bytes
Versions: 29
Compression:
Stored size: 520 Bytes
Contents
# 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>**](AssetStaticRenditionsFiles.md) | Array of file objects. | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::AssetStaticRenditions.new( status: null, files: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems