Class: DatadogAPIClient::V1::SyntheticsGlobalVariableParserType
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsGlobalVariableParserType
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_global_variable_parser_type.rb
Overview
Type of parser for a Synthetic global variable from a synthetics test.
Constant Summary collapse
- RAW =
"raw".freeze
- JSON_PATH =
"json_path".freeze
- REGEX =
"regex".freeze
- X_PATH =
"x_path".freeze