Sha256: 0faeee94f645cbb310d4f52bc17a4eb53577357ba8e51bef59be6e9ae9a1a8d0
Contents?: true
Size: 453 Bytes
Versions: 29
Compression:
Stored size: 453 Bytes
Contents
# 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 ```ruby require 'mux_ruby' instance = MuxRuby::GetAssetOrLiveStreamIdResponseDataObject.new( id: null, type: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems