Sha256: d98754f89b04e1d136bbcd1529eb218b8b234f6247c392bec408d60e025d013a
Contents?: true
Size: 512 Bytes
Versions: 6
Compression:
Stored size: 512 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsVariableParser ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**SyntheticsGlobalVariableParserType**](SyntheticsGlobalVariableParserType.md) | | | | **value** | **String** | Regex or JSON path used for the parser. Not used with type `raw`. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsVariableParser.new( type: null, value: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems