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