Sha256: b4c51eabc45b49acd57237f0878a0a917414ef482420d99838317e063e71cffc

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

# DatadogAPIClient::V1::SyntheticsGlobalVariableValue

## Properties

| Name       | Type        | Description                                                                                                                                                 | Notes      |
| ---------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| **secure** | **Boolean** | Determines if the value of the variable is hidden.                                                                                                          | [optional] |
| **value**  | **String**  | Value of the global variable. When reading a global variable, the value will not be present if the variable is hidden with the `secure` property. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsGlobalVariableValue.new(
  secure: null,
  value: example-value
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/SyntheticsGlobalVariableValue.md
datadog_api_client-1.5.0 docs/v1/SyntheticsGlobalVariableValue.md