Sha256: 7662b8a2a02cb5a5dce9d997b95881832d4812ce7d74c0069405598c2831cc58

Contents?: true

Size: 454 Bytes

Versions: 4

Compression:

Stored size: 454 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsListGlobalVariablesResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **variables** | [**Array<SyntheticsGlobalVariable>**](SyntheticsGlobalVariable.md) | Array of Synthetic global variables. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsListGlobalVariablesResponse.new(
  variables: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/SyntheticsListGlobalVariablesResponse.md
datadog_api_client-1.3.0 docs/v1/SyntheticsListGlobalVariablesResponse.md
datadog_api_client-1.2.0 docs/v1/SyntheticsListGlobalVariablesResponse.md
datadog_api_client-1.1.0 docs/v1/SyntheticsListGlobalVariablesResponse.md