UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

22 lines (21 loc) 688 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InsertableContentInput = void 0; var Mapper_1 = require("../common/Mapper"); /** * @export * @class InsertableContentInput */ var InsertableContentInput = /** @class */ (function () { function InsertableContentInput(obj) { if (!obj) { return; } this.inputId = (0, Mapper_1.map)(obj.inputId); this.inputPath = (0, Mapper_1.map)(obj.inputPath); this.description = (0, Mapper_1.map)(obj.description); } return InsertableContentInput; }()); exports.InsertableContentInput = InsertableContentInput; exports.default = InsertableContentInput;