UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

20 lines (19 loc) 548 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AnalyticsLicenseKey = void 0; var Mapper_1 = require("../common/Mapper"); /** * @export * @class AnalyticsLicenseKey */ var AnalyticsLicenseKey = /** @class */ (function () { function AnalyticsLicenseKey(obj) { if (!obj) { return; } this.licenseKey = (0, Mapper_1.map)(obj.licenseKey); } return AnalyticsLicenseKey; }()); exports.AnalyticsLicenseKey = AnalyticsLicenseKey; exports.default = AnalyticsLicenseKey;