Sha256: b72d5ec09d9e9d045448984a4b4572410eda8fef284d135b4083eba0fe65bd24

Contents?: true

Size: 607 Bytes

Versions: 2

Compression:

Stored size: 607 Bytes

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.4.0 docs/v1/SyntheticsGlobalVariableValue.md
datadog_api_client-1.3.0 docs/v1/SyntheticsGlobalVariableValue.md