Sha256: 5085c145c0253177d128b35ff179aeb59d47ecdd3d5fb7c0f0bdae47168810e7

Contents?: true

Size: 681 Bytes

Versions: 6

Compression:

Stored size: 681 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsGlobalVariableParseTestOptions

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **field** | **String** | When type is `http_header`, name of the header to use to extract the value. | [optional] |
| **parser** | [**SyntheticsVariableParser**](SyntheticsVariableParser.md) |  |  |
| **type** | [**SyntheticsGlobalVariableParseTestOptionsType**](SyntheticsGlobalVariableParseTestOptionsType.md) |  |  |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsGlobalVariableParseTestOptions.new(
  field: content-type,
  parser: null,
  type: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

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