UNPKG

@datadog/datadog-api-client

Version:
36 lines 839 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CaseInsightsData = void 0; /** * Data object containing the insights to add or remove. */ class CaseInsightsData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CaseInsightsData.attributeTypeMap; } } exports.CaseInsightsData = CaseInsightsData; /** * @ignore */ CaseInsightsData.attributeTypeMap = { attributes: { baseName: "attributes", type: "CaseInsightsAttributes", required: true, }, type: { baseName: "type", type: "CaseResourceType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CaseInsightsData.js.map