| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
TeamNotificationRuleResponse |
TeamsApi.createTeamNotificationRule(String teamId,
TeamNotificationRuleRequest body)
Create team notification rule.
|
TeamNotificationRuleResponse |
TeamsApi.getTeamNotificationRule(String teamId,
String ruleId)
Get team notification rule.
|
TeamNotificationRuleResponse |
TeamsApi.updateTeamNotificationRule(String teamId,
String ruleId,
TeamNotificationRuleRequest body)
Update team notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
TeamNotificationRuleResponse |
TeamNotificationRuleResponse.data(TeamNotificationRule data) |
TeamNotificationRuleResponse |
TeamNotificationRuleResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.