Sha256: 9d71a5dac3b73d2aaee1421aa39ad987e61bac61d21a5b5af480323fbffd56db

Contents?: true

Size: 557 Bytes

Versions: 2

Compression:

Stored size: 557 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsGlobalVariableValue

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **secure** | **Boolean** | Determines if the variable is secure. | [optional] |
| **value** | **String** | Value of the global variable. When reading a global variable, the value will not be present if the variable is secure. | [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.2.0 docs/v1/SyntheticsGlobalVariableValue.md
datadog_api_client-1.1.0 docs/v1/SyntheticsGlobalVariableValue.md