UNPKG

@aiozstream/nodejs-client

Version:
58 lines (57 loc) 1.2 kB
"use strict"; /** * @aiozstream/nodejs-client * Aioz Stream Service * * The version of the OpenAPI document: 1.0 * * * NOTE: This class is auto generated. * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); class PlaylistItemMedia { static getAttributeTypeMap() { return PlaylistItemMedia.attributeTypeMap; } } PlaylistItemMedia.discriminator = undefined; PlaylistItemMedia.attributeTypeMap = [ { name: 'chapters', baseName: 'chapters', type: 'Array<VideoChapter>', format: '', }, { name: 'duration', baseName: 'duration', type: 'number', format: '', }, { name: 'hlsUrl', baseName: 'hls_url', type: 'string', format: '', }, { name: 'qualities', baseName: 'qualities', type: 'string', format: '', }, { name: 'thumbnailUrl', baseName: 'thumbnail_url', type: 'string', format: '', }, { name: 'title', baseName: 'title', type: 'string', format: '', }, ]; exports.default = PlaylistItemMedia;