| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
TargetingRule |
TargetingRule.addConditionsItem(Condition conditionsItem) |
TargetingRule |
TargetingRule.conditions(List<Condition> conditions) |
TargetingRule |
TargetingRule.createdAt(OffsetDateTime createdAt) |
TargetingRule |
TargetingRule.id(UUID id) |
TargetingRule |
TargetingRule.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TargetingRule |
TargetingRule.updatedAt(OffsetDateTime updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
List<TargetingRule> |
Allocation.getTargetingRules()
Conditions associated with this targeting rule allocation.
|
| Modifier and Type | Method and Description |
|---|---|
Allocation |
Allocation.addTargetingRulesItem(TargetingRule targetingRulesItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
Allocation.setTargetingRules(List<TargetingRule> targetingRules) |
Allocation |
Allocation.targetingRules(List<TargetingRule> targetingRules) |
| Constructor and Description |
|---|
Allocation(OffsetDateTime createdAt,
List<UUID> environmentIds,
List<GuardrailMetric> guardrailMetrics,
String key,
String name,
Long orderPosition,
List<TargetingRule> targetingRules,
AllocationType type,
OffsetDateTime updatedAt,
List<VariantWeight> variantWeights) |
Copyright © 2026. All rights reserved.