| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationRuleTrigger |
AutomationRuleTrigger.data(AutomationRuleTriggerData data) |
AutomationRuleTrigger |
AutomationRuleCreateAttributes.getTrigger()
Defines when the rule activates.
|
AutomationRuleTrigger |
AutomationRuleAttributes.getTrigger()
Defines when the rule activates.
|
AutomationRuleTrigger |
AutomationRuleTrigger.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AutomationRuleTrigger |
AutomationRuleTrigger.type(AutomationRuleTriggerType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
AutomationRuleCreateAttributes.setTrigger(AutomationRuleTrigger trigger) |
void |
AutomationRuleAttributes.setTrigger(AutomationRuleTrigger trigger) |
AutomationRuleCreateAttributes |
AutomationRuleCreateAttributes.trigger(AutomationRuleTrigger trigger) |
AutomationRuleAttributes |
AutomationRuleAttributes.trigger(AutomationRuleTrigger trigger) |
| Constructor and Description |
|---|
AutomationRuleAttributes(AutomationRuleAction action,
OffsetDateTime createdAt,
String name,
CaseAutomationRuleState state,
AutomationRuleTrigger trigger) |
AutomationRuleCreateAttributes(AutomationRuleAction action,
String name,
AutomationRuleTrigger trigger) |
Copyright © 2026. All rights reserved.