| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static TagRuleType |
TagRuleType.BLOCKING |
static TagRuleType |
TagRuleType.SURFACING |
| Modifier and Type | Method and Description |
|---|---|
static TagRuleType |
TagRuleType.fromValue(String value) |
TagRuleType |
TagRuleUpdateAttributes.getRuleType()
How the rule is enforced.
|
TagRuleType |
TagRuleAttributes.getRuleType()
How the rule is enforced.
|
| Modifier and Type | Method and Description |
|---|---|
TagRuleUpdateAttributes |
TagRuleUpdateAttributes.ruleType(TagRuleType ruleType) |
TagRuleAttributes |
TagRuleAttributes.ruleType(TagRuleType ruleType) |
void |
TagRuleType.TagRuleTypeSerializer.serialize(TagRuleType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
TagRuleUpdateAttributes.setRuleType(TagRuleType ruleType) |
void |
TagRuleAttributes.setRuleType(TagRuleType ruleType) |
| Constructor and Description |
|---|
TagRuleAttributes(OffsetDateTime createdAt,
String createdBy,
Boolean enabled,
OffsetDateTime modifiedAt,
String modifiedBy,
String name,
Boolean negated,
Boolean required,
TagRuleType ruleType,
String scope,
TagRuleSource source,
String tagKey,
List<String> tagValuePatterns,
Long version) |
| Constructor and Description |
|---|
TagRuleTypeSerializer(Class<TagRuleType> t) |
Copyright © 2026. All rights reserved.