Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 453 Bytes

File metadata and controls

20 lines (14 loc) · 453 Bytes

MuxRuby::GetAssetOrLiveStreamIdResponseDataObject

Properties

Name Type Description Notes
id String The identifier of the object. [optional]
type String Identifies the object type associated with the playback ID. [optional]

Example

require 'mux_ruby'

instance = MuxRuby::GetAssetOrLiveStreamIdResponseDataObject.new(
  id: null,
  type: null
)