| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The identifier of the object. | [optional] |
| type | String | Identifies the object type associated with the playback ID. | [optional] |
require 'mux_ruby'
instance = MuxRuby::GetAssetOrLiveStreamIdResponseDataObject.new(
id: null,
type: null
)