new GoBrain.Dtos.Resource()
GoBrain.Core/src/dtos/resource.js, line 1
Properties:
| Name | Type | Description |
|---|---|---|
advertisements |
Array.<GoBrain.Dtos.Advertisement> | List of advertisements belonging to the resource. |
downloadables |
Array.<GoBrain.Dtos.Downloadable> | List of downloadables belonging to the resource. |
duration |
Number | Resource duration. |
id |
String | Resource id. |
images |
Array.<GoBrain.Dtos.Image> | List of images belonging to the resource. |
live |
Boolean | Whether the resource is a 'live' resource or not (on demand). |
posters |
Array.<GoBrain.Dtos.Image> | List of posters belonging to the resource. |
streams |
Array.<GoBrain.Dtos.Stream> | List of streams belonging to the resource. |
subtitles |
Array.<GoBrain.Dtos.Subtitle> | List of subtitles belonging to the resource. |
tracks |
Array.<GoBrain.Dtos.Track> | List of tracks belonging to the resource. |