Class: DatadogAPIClient::V1::SyntheticsAssertionJSONPathTargetTarget
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsAssertionJSONPathTargetTarget
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target_target.rb
Overview
Composed target for validatesJSONPath operator.
Instance Attribute Summary collapse
-
#json_path ⇒ Object
The JSON path to assert.
-
#operator ⇒ Object
The specific operator to use on the path.
-
#target_value ⇒ Object
The path target value to compare to.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#json_path ⇒ Object
The JSON path to assert.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target_target.rb', line 29 def json_path @json_path end |
#operator ⇒ Object
The specific operator to use on the path.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target_target.rb', line 32 def operator @operator end |
#target_value ⇒ Object
The path target value to compare to.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target_target.rb', line 35 def target_value @target_value end |