@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
20 lines (19 loc) • 644 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AnalyticsLicenseFeatures = void 0;
const Mapper_1 = require("../common/Mapper");
const AnalyticsLicenseErrorDetailsConfig_1 = require("./AnalyticsLicenseErrorDetailsConfig");
/**
* @export
* @class AnalyticsLicenseFeatures
*/
class AnalyticsLicenseFeatures {
constructor(obj) {
if (!obj) {
return;
}
this.errorDetails = (0, Mapper_1.map)(obj.errorDetails, AnalyticsLicenseErrorDetailsConfig_1.default);
}
}
exports.AnalyticsLicenseFeatures = AnalyticsLicenseFeatures;
exports.default = AnalyticsLicenseFeatures;