| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GuardrailMetric |
GuardrailMetric.metricId(String metricId) |
GuardrailMetric |
GuardrailMetric.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
GuardrailMetric |
GuardrailMetric.triggerAction(GuardrailTriggerAction triggerAction) |
GuardrailMetric |
GuardrailMetric.triggeredBy(String triggeredBy) |
| Modifier and Type | Method and Description |
|---|---|
List<GuardrailMetric> |
Allocation.getGuardrailMetrics()
Guardrail metrics associated with this targeting rule allocation.
|
| Modifier and Type | Method and Description |
|---|---|
Allocation |
Allocation.addGuardrailMetricsItem(GuardrailMetric guardrailMetricsItem) |
| Modifier and Type | Method and Description |
|---|---|
Allocation |
Allocation.guardrailMetrics(List<GuardrailMetric> guardrailMetrics) |
void |
Allocation.setGuardrailMetrics(List<GuardrailMetric> guardrailMetrics) |
| 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.