| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static AutomationRuleActionType |
AutomationRuleActionType.ASSIGN_AGENT |
static AutomationRuleActionType |
AutomationRuleActionType.EXECUTE_WORKFLOW |
| Modifier and Type | Method and Description |
|---|---|
static AutomationRuleActionType |
AutomationRuleActionType.fromValue(String value) |
AutomationRuleActionType |
AutomationRuleAction.getType()
The type of automated action to perform when the rule triggers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutomationRuleActionType.AutomationRuleActionTypeSerializer.serialize(AutomationRuleActionType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
AutomationRuleAction.setType(AutomationRuleActionType type) |
AutomationRuleAction |
AutomationRuleAction.type(AutomationRuleActionType type) |
| Constructor and Description |
|---|
AutomationRuleAction(AutomationRuleActionData data,
AutomationRuleActionType type) |
| Constructor and Description |
|---|
AutomationRuleActionTypeSerializer(Class<AutomationRuleActionType> t) |
Copyright © 2026. All rights reserved.