| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsConfigVariableType |
SyntheticsConfigVariableType.GLOBAL |
static SyntheticsConfigVariableType |
SyntheticsConfigVariableType.TEXT |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsConfigVariableType |
SyntheticsConfigVariableType.fromValue(String value) |
SyntheticsConfigVariableType |
SyntheticsConfigVariable.getType()
Type of the configuration variable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsConfigVariableType.SyntheticsConfigVariableTypeSerializer.serialize(SyntheticsConfigVariableType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsConfigVariable.setType(SyntheticsConfigVariableType type) |
SyntheticsConfigVariable |
SyntheticsConfigVariable.type(SyntheticsConfigVariableType type) |
| Constructor and Description |
|---|
SyntheticsConfigVariable(String name,
SyntheticsConfigVariableType type) |
| Constructor and Description |
|---|
SyntheticsConfigVariableTypeSerializer(Class<SyntheticsConfigVariableType> t) |
Copyright © 2024. All rights reserved.