UNPKG

@datadog/datadog-api-client

Version:
35 lines 856 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AutomationRuleUpdate = void 0; /** * Data object for updating an automation rule. */ class AutomationRuleUpdate { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return AutomationRuleUpdate.attributeTypeMap; } } exports.AutomationRuleUpdate = AutomationRuleUpdate; /** * @ignore */ AutomationRuleUpdate.attributeTypeMap = { attributes: { baseName: "attributes", type: "AutomationRuleCreateAttributes", }, type: { baseName: "type", type: "CaseAutomationRuleResourceType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=AutomationRuleUpdate.js.map