Sha256: aa09931734df397681e0ee0ac8933d6ee27dc36692e79a0c46b983094e0172b4

Contents?: true

Size: 1.33 KB

Versions: 2

Compression:

Stored size: 1.33 KB

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

2 entries across 2 versions & 1 rubygems

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