Sha256: 212b6c59e4f22744f56009b6a79daeb6a6383bac409c52fdf662fbd690b15b24
Contents?: true
Size: 419 Bytes
Versions: 29
Compression:
Stored size: 419 Bytes
Contents
# MuxRuby::AssetMaster ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **status** | **String** | | [optional] | | **url** | **String** | The temporary URL to the master version of the video, as an MP4 file. This URL will expire after 24 hours. | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::AssetMaster.new( status: null, url: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems