Sha256: 28d087b71afcc13e676d22ea4c730e376cc7c9f36e631be4a2e2cca17fa6c992

Contents?: true

Size: 964 Bytes

Versions: 2

Compression:

Stored size: 964 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

2 entries across 2 versions & 1 rubygems

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