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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target_target.rb', line 33 def additional_properties @additional_properties end |
#operator ⇒ Object
The specific operator to use on the path.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target_target.rb', line 25 def operator @operator end |
#target_value ⇒ Object
The path target value to compare to.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target_target.rb', line 28 def target_value @target_value end |
#x_path ⇒ Object
The X path to assert.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target_target.rb', line 31 def x_path @x_path end |