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.



29
30
31
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_x_path_target_target.rb', line 29

def operator
  @operator
end

#target_valueObject

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_pathObject

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