Sha256: d9ad7d370fffcdf983eb9683474eda0a3cc49b78c805fc613bd3d058e286aa0a

Contents?: true

Size: 1.33 KB

Versions: 2

Compression:

Stored size: 1.33 KB

Contents

# DatadogAPIClient::V1::SyntheticsBrowserVariable

## Properties

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

## Example

```ruby
require 'datadog_api_client/v1'

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

Version data entries

2 entries across 2 versions & 1 rubygems

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