Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 313 Bytes

File metadata and controls

18 lines (12 loc) · 313 Bytes

MuxRuby::ListLiveStreamsResponse

Properties

Name Type Description Notes
data Array<LiveStream> [optional]

Example

require 'mux_ruby'

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