| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateVariant |
CreateVariant.key(String key) |
CreateVariant |
CreateVariant.name(String name) |
CreateVariant |
CreateVariant.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CreateVariant |
CreateVariant.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<CreateVariant> |
CreateFeatureFlagAttributes.getVariants()
The variants of the feature flag.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFeatureFlagAttributes |
CreateFeatureFlagAttributes.addVariantsItem(CreateVariant variantsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFeatureFlagAttributes.setVariants(List<CreateVariant> variants) |
CreateFeatureFlagAttributes |
CreateFeatureFlagAttributes.variants(List<CreateVariant> variants) |
| Constructor and Description |
|---|
CreateFeatureFlagAttributes(String description,
String key,
String name,
ValueType valueType,
List<CreateVariant> variants) |
Copyright © 2026. All rights reserved.