UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

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