| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
RuleUser |
NotificationRuleAttributes.getCreatedBy()
User creating or modifying a rule.
|
RuleUser |
NotificationRuleAttributes.getModifiedBy()
User creating or modifying a rule.
|
RuleUser |
RuleUser.handle(String handle) |
RuleUser |
RuleUser.name(String name) |
RuleUser |
RuleUser.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationRuleAttributes |
NotificationRuleAttributes.createdBy(RuleUser createdBy) |
NotificationRuleAttributes |
NotificationRuleAttributes.modifiedBy(RuleUser modifiedBy) |
void |
NotificationRuleAttributes.setCreatedBy(RuleUser createdBy) |
void |
NotificationRuleAttributes.setModifiedBy(RuleUser modifiedBy) |
| Constructor and Description |
|---|
NotificationRuleAttributes(Long createdAt,
RuleUser createdBy,
Boolean enabled,
Long modifiedAt,
RuleUser modifiedBy,
String name,
Selectors selectors,
List<String> targets,
Long version) |
Copyright © 2025. All rights reserved.