UNPKG

@aiozstream/nodejs-client

Version:
52 lines (51 loc) 1.07 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 Controls { static getAttributeTypeMap() { return Controls.attributeTypeMap; } } Controls.discriminator = undefined; Controls.attributeTypeMap = [ { name: 'enableApi', baseName: 'enable_api', type: 'boolean', format: '', }, { name: 'enableControls', baseName: 'enable_controls', type: 'boolean', format: '', }, { name: 'forceAutoplay', baseName: 'force_autoplay', type: 'boolean', format: '', }, { name: 'forceLoop', baseName: 'force_loop', type: 'boolean', format: '', }, { name: 'hideTitle', baseName: 'hide_title', type: 'boolean', format: '', }, ]; exports.default = Controls;