UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

24 lines (23 loc) 932 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AnalyticsInsightsOrganizationSettings = void 0; var Mapper_1 = require("../common/Mapper"); /** * @export * @class AnalyticsInsightsOrganizationSettings */ var AnalyticsInsightsOrganizationSettings = /** @class */ (function () { function AnalyticsInsightsOrganizationSettings(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); } return AnalyticsInsightsOrganizationSettings; }()); exports.AnalyticsInsightsOrganizationSettings = AnalyticsInsightsOrganizationSettings; exports.default = AnalyticsInsightsOrganizationSettings;