UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

23 lines (22 loc) 818 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AnalyticsInsightsOrganizationSettings = void 0; const Mapper_1 = require("../common/Mapper"); /** * @export * @class AnalyticsInsightsOrganizationSettings */ class AnalyticsInsightsOrganizationSettings { constructor(obj) { if (!obj) { return; } this.orgId = (0, Mapper_1.map)(obj.orgId); this.includeInInsights = (0, Mapper_1.map)(obj.includeInInsights); this.industry = (0, Mapper_1.map)(obj.industry); this.subIndustry = (0, Mapper_1.map)(obj.subIndustry); this.isTrial = (0, Mapper_1.map)(obj.isTrial); } } exports.AnalyticsInsightsOrganizationSettings = AnalyticsInsightsOrganizationSettings; exports.default = AnalyticsInsightsOrganizationSettings;