Sha256: 169025ff79fcfd9d80b23ea48bc81e067d372b9543ae7512c45a268e2dcf7ef4

Contents?: true

Size: 708 Bytes

Versions: 4

Compression:

Stored size: 708 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsConfigVariable

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **example** | **String** | Example for the variable. | [optional] |
| **id** | **String** | ID of the variable for global variables. | [optional] |
| **name** | **String** | Name of the variable. |  |
| **pattern** | **String** | Pattern of the variable. | [optional] |
| **type** | [**SyntheticsConfigVariableType**](SyntheticsConfigVariableType.md) |  |  |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsConfigVariable.new(
  example: null,
  id: null,
  name: VARIABLE_NAME,
  pattern: null,
  type: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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