Sha256: ac47ecc097d1a88e9ec074d7897e5d618d1acb7208e945bfed2ff0991da0ab82
Contents?: true
Size: 556 Bytes
Versions: 1
Compression:
Stored size: 556 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsGlobalVariableParseTestOptionsParser ## 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::SyntheticsGlobalVariableParseTestOptionsParser.new( type: null, value: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0.beta.2 | docs/v1/SyntheticsGlobalVariableParseTestOptionsParser.md |