Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 302 Bytes

File metadata and controls

18 lines (12 loc) · 302 Bytes

MuxRuby::CreatePlaybackIDResponse

Properties

Name Type Description Notes
data PlaybackID [optional]

Example

require 'mux_ruby'

instance = MuxRuby::CreatePlaybackIDResponse.new(
  data: null
)