Sha256: 23a0385550838832e5cfbca3be98e31733e45ccdf937df4bb282c4bbb18395ac
Contents?: true
Size: 374 Bytes
Versions: 25
Compression:
Stored size: 374 Bytes
Contents
# MuxRuby::PlaybackID ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Unique identifier for the PlaybackID | [optional] | | **policy** | [**PlaybackPolicy**](PlaybackPolicy.md) | | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::PlaybackID.new( id: null, policy: null ) ```
Version data entries
25 entries across 25 versions & 1 rubygems