UNPKG

@datadog/datadog-api-client

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