Sha256: d98754f89b04e1d136bbcd1529eb218b8b234f6247c392bec408d60e025d013a

Contents?: true

Size: 512 Bytes

Versions: 6

Compression:

Stored size: 512 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsVariableParser

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | [**SyntheticsGlobalVariableParserType**](SyntheticsGlobalVariableParserType.md) |  |  |
| **value** | **String** | Regex or JSON path used for the parser. Not used with type `raw`. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsVariableParser.new(
  type: null,
  value: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/SyntheticsVariableParser.md
datadog_api_client-1.3.0 docs/v1/SyntheticsVariableParser.md
datadog_api_client-1.2.0 docs/v1/SyntheticsVariableParser.md
datadog_api_client-1.1.0 docs/v1/SyntheticsVariableParser.md
datadog_api_client-1.0.0 docs/v1/SyntheticsVariableParser.md
datadog_api_client-1.0.0.beta.3 docs/v1/SyntheticsVariableParser.md