| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsGlobalVariableValue |
SyntheticsGlobalVariable.getValue()
Value of the global variable.
|
SyntheticsGlobalVariableValue |
SyntheticsGlobalVariableValue.options(SyntheticsGlobalVariableOptions options) |
SyntheticsGlobalVariableValue |
SyntheticsGlobalVariableValue.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsGlobalVariableValue |
SyntheticsGlobalVariableValue.secure(Boolean secure) |
SyntheticsGlobalVariableValue |
SyntheticsGlobalVariableValue.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsGlobalVariable.setValue(SyntheticsGlobalVariableValue value) |
SyntheticsGlobalVariable |
SyntheticsGlobalVariable.value(SyntheticsGlobalVariableValue value) |
| Constructor and Description |
|---|
SyntheticsGlobalVariable(String description,
String name,
List<String> tags,
SyntheticsGlobalVariableValue value) |
Copyright © 2024. All rights reserved.