UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

20 lines (19 loc) 563 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LiveStandbyPoolUpdate = void 0; const Mapper_1 = require("../common/Mapper"); /** * @export * @class LiveStandbyPoolUpdate */ class LiveStandbyPoolUpdate { constructor(obj) { if (!obj) { return; } this.targetPoolSize = (0, Mapper_1.map)(obj.targetPoolSize); this.encodingTemplate = (0, Mapper_1.map)(obj.encodingTemplate); } } exports.LiveStandbyPoolUpdate = LiveStandbyPoolUpdate; exports.default = LiveStandbyPoolUpdate;