UNPKG

@aiozstream/nodejs-client

Version:
52 lines (51 loc) 1.04 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 VideoCaption { static getAttributeTypeMap() { return VideoCaption.attributeTypeMap; } } VideoCaption.discriminator = undefined; VideoCaption.attributeTypeMap = [ { name: 'description', baseName: 'description', type: 'string', format: '', }, { name: 'isDefault', baseName: 'is_default', type: 'boolean', format: '', }, { name: 'language', baseName: 'language', type: 'string', format: '', }, { name: 'status', baseName: 'status', type: 'string', format: '', }, { name: 'url', baseName: 'url', type: 'string', format: '', }, ]; exports.default = VideoCaption;