Class: DatadogAPIClient::V1::SyntheticsAssertionJSONPathTargetTarget

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target_target.rb

Overview

Composed target for validatesJSONPath operator.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#json_pathObject

The JSON path to assert.



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

def json_path
  @json_path
end

#operatorObject

The specific operator to use on the path.



32
33
34
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target_target.rb', line 32

def operator
  @operator
end

#target_valueObject

The path target value to compare to.



35
36
37
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target_target.rb', line 35

def target_value
  @target_value
end