UNPKG

@datadog/datadog-api-client

Version:
30 lines 755 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CaseNotificationRuleResponse = void 0; /** * Notification rule response */ class CaseNotificationRuleResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CaseNotificationRuleResponse.attributeTypeMap; } } exports.CaseNotificationRuleResponse = CaseNotificationRuleResponse; /** * @ignore */ CaseNotificationRuleResponse.attributeTypeMap = { data: { baseName: "data", type: "CaseNotificationRule", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CaseNotificationRuleResponse.js.map