| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
MuteRuleAction |
MuteRuleAction.expireAt(Long expireAt) |
MuteRuleAction |
MuteRuleAttributesResponse.getAction()
The action to take when the mute rule matches a finding.
|
MuteRuleAction |
MuteRuleAttributesCreate.getAction()
The action to take when the mute rule matches a finding.
|
MuteRuleAction |
MuteRuleAction.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
MuteRuleAction |
MuteRuleAction.reason(MuteReason reason) |
MuteRuleAction |
MuteRuleAction.reasonDescription(String reasonDescription) |
| Modifier and Type | Method and Description |
|---|---|
MuteRuleAttributesResponse |
MuteRuleAttributesResponse.action(MuteRuleAction action) |
MuteRuleAttributesCreate |
MuteRuleAttributesCreate.action(MuteRuleAction action) |
void |
MuteRuleAttributesResponse.setAction(MuteRuleAction action) |
void |
MuteRuleAttributesCreate.setAction(MuteRuleAction action) |
| Constructor and Description |
|---|
MuteRuleAttributesCreate(MuteRuleAction action,
String name,
AutomationRuleScope rule) |
MuteRuleAttributesResponse(MuteRuleAction action,
Long createdAt,
AutomationRuleCreatedBy createdBy,
Boolean enabled,
Long modifiedAt,
AutomationRuleModifiedBy modifiedBy,
String name,
AutomationRuleScope rule) |
Copyright © 2026. All rights reserved.