Sha256: ab2254db20f49f2918d14ebf40c924bb68487eed05949145baaf1640f8dc0a7f
Contents?: true
Size: 515 Bytes
Versions: 4
Compression:
Stored size: 515 Bytes
Contents
# MuxRuby::CreatePlaybackIDRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **policy** | [**PlaybackPolicy**](PlaybackPolicy.md) | | [optional] | | **drm_configuration_id** | **String** | The DRM configuration used by this playback ID. Must only be set when `policy` is set to `drm`. | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::CreatePlaybackIDRequest.new( policy: null, drm_configuration_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems