Sha256: 7510e7c4ad7e256869c1b1c76a29669803263417c4652b4362b7e96180c527fb
Contents?: true
Size: 1.53 KB
Versions: 2
Compression:
Stored size: 1.53 KB
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsParsingOptions.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsParsingOptions.md |