Class: DatadogAPIClient::V1::SyntheticsAssertionXPathTargetTarget

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#operatorObject

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_valueObject

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_pathObject

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