@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
30 lines • 755 B
JavaScript
;
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