Class: DatadogAPIClient::V1::SyntheticsAssertionJSONPathTarget

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

Overview

An assertion for the validatesJSONPath operator.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#operatorObject

Assertion operator to apply.



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

def operator
  @operator
end

#propertyObject

The associated assertion property.



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

def property
  @property
end

#targetObject

Composed target for validatesJSONPath operator.



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

def target
  @target
end

#typeObject

Type of the assertion.



38
39
40
# File 'lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target.rb', line 38

def type
  @type
end