| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static AllocationType |
AllocationType.CANARY |
static AllocationType |
AllocationType.FEATURE_GATE |
| Modifier and Type | Method and Description |
|---|---|
static AllocationType |
AllocationType.fromValue(String value) |
AllocationType |
UpsertAllocationRequest.getType()
The type of targeting rule (called allocation in the API model).
|
AllocationType |
Allocation.getType()
The type of targeting rule (called allocation in the API model).
|
| Modifier and Type | Method and Description |
|---|---|
void |
AllocationType.AllocationTypeSerializer.serialize(AllocationType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
UpsertAllocationRequest.setType(AllocationType type) |
void |
Allocation.setType(AllocationType type) |
UpsertAllocationRequest |
UpsertAllocationRequest.type(AllocationType type) |
Allocation |
Allocation.type(AllocationType type) |
| 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) |
UpsertAllocationRequest(String key,
String name,
AllocationType type) |
| Constructor and Description |
|---|
AllocationTypeSerializer(Class<AllocationType> t) |
Copyright © 2026. All rights reserved.