| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique identifier for the PlaybackID | [optional] |
| policy | PlaybackPolicy | [optional] | |
| drm_configuration_id | String | The DRM configuration used by this playback ID. Must only be set when `policy` is set to `drm`. | [optional] |
require 'mux_ruby'
instance = MuxRuby::PlaybackID.new(
id: null,
policy: null,
drm_configuration_id: null
)