Class: DatadogAPIClient::V1::SyntheticsAssertionXPathTarget
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsAssertionXPathTarget
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target.rb
Overview
An assertion for the ‘validatesXPath` operator.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#operator ⇒ Object
readonly
Assertion operator to apply.
-
#property ⇒ Object
The associated assertion property.
-
#target ⇒ Object
Composed target for ‘validatesXPath` operator.
-
#type ⇒ Object
readonly
Type of the assertion.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target.rb', line 36 def additional_properties @additional_properties end |
#operator ⇒ Object
Assertion operator to apply.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target.rb', line 25 def operator @operator end |
#property ⇒ Object
The associated assertion property.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target.rb', line 28 def property @property end |
#target ⇒ Object
Composed target for ‘validatesXPath` operator.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target.rb', line 31 def target @target end |
#type ⇒ Object
Type of the assertion.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target.rb', line 34 def type @type end |