Sha256: 83f32d9b43d3f9af2a352e836af5e6bb2e446f7269c9ac76e33c989b42d692b1
Contents?: true
Size: 605 Bytes
Versions: 29
Compression:
Stored size: 605 Bytes
Contents
# MuxRuby::GetAssetOrLiveStreamIdResponseData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The Playback ID used to retrieve the corresponding asset or the live stream ID | [optional] | | **policy** | [**PlaybackPolicy**](PlaybackPolicy.md) | | [optional] | | **object** | [**GetAssetOrLiveStreamIdResponseDataObject**](GetAssetOrLiveStreamIdResponseDataObject.md) | | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::GetAssetOrLiveStreamIdResponseData.new( id: null, policy: null, object: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems