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