Sha256: 562457d5c8077d3830d3327a694a6a218c9a5bb7e9ee9e9e1a221767538cab05
Contents?: true
Size: 757 Bytes
Versions: 6
Compression:
Stored size: 757 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsParsingOptions ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **field** | **String** | When type is `http_header`, name of the header to use to extract the value. | [optional] | | **name** | **String** | Name of the variable to extract. | [optional] | | **parser** | [**SyntheticsVariableParser**](SyntheticsVariableParser.md) | | [optional] | | **type** | [**SyntheticsGlobalVariableParseTestOptionsType**](SyntheticsGlobalVariableParseTestOptionsType.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsParsingOptions.new( field: content-type, name: null, parser: null, type: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems