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