new GoBrain.Dtos.PlaybackItem()
GoBrain.Core/src/dtos/playback-item.js, line 1
Properties:
Name | Type | Description |
---|---|---|
accountId |
String | Playback item account id. |
catalogId |
String | Playback item catalog id. |
custom |
Object | Playback item custom properties. |
description |
String | Playback item description. |
id |
String | Playback item id. |
playlistId |
String | Playback item playlist id. |
resources |
Array.<GoBrain.Dtos.Resource> | List of resources belonging to the playback item. |
tags |
Array.<String> | Playback item tags. |
title |
String | Playback item title. |