Class: DatadogAPIClient::V1::SyntheticsAssertionJSONPathTarget
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsAssertionJSONPathTarget
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target.rb
Overview
An assertion for the validatesJSONPath operator.
Instance Attribute Summary collapse
-
#operator ⇒ Object
readonly
Assertion operator to apply.
-
#property ⇒ Object
The associated assertion property.
-
#target ⇒ Object
Composed target for
validatesJSONPathoperator. -
#type ⇒ Object
readonly
Type of the assertion.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#operator ⇒ Object
Assertion operator to apply.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target.rb', line 29 def operator @operator end |
#property ⇒ Object
The associated assertion property.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target.rb', line 32 def property @property end |
#target ⇒ Object
Composed target for validatesJSONPath operator.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target.rb', line 35 def target @target end |
#type ⇒ Object
Type of the assertion.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target.rb', line 38 def type @type end |