UNPKG

@datadog/datadog-api-client

Version:
41 lines 994 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CaseInsight = void 0; /** * A reference to an external Datadog resource that provides investigative context for a case, such as a security signal, monitor alert, error tracking issue, or incident. */ class CaseInsight { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CaseInsight.attributeTypeMap; } } exports.CaseInsight = CaseInsight; /** * @ignore */ CaseInsight.attributeTypeMap = { ref: { baseName: "ref", type: "string", required: true, }, resourceId: { baseName: "resource_id", type: "string", required: true, }, type: { baseName: "type", type: "CaseInsightType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CaseInsight.js.map