Sha256: 4c079f9a92791e374f7211ce3c04a159b390ed59995ed60eb17cd32e9e1d6854

Contents?: true

Size: 731 Bytes

Versions: 2

Compression:

Stored size: 731 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsAssertionJSONPathTargetTarget

## Properties

| Name             | Type       | Description                               | Notes      |
| ---------------- | ---------- | ----------------------------------------- | ---------- |
| **json_path**    | **String** | The JSON path to assert.                  | [optional] |
| **operator**     | **String** | The specific operator to use on the path. | [optional] |
| **target_value** | **Object** | The path target value to compare to.      | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsAssertionJSONPathTargetTarget.new(
  json_path: null,
  operator: null,
  target_value: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/SyntheticsAssertionJSONPathTargetTarget.md
datadog_api_client-1.5.0 docs/v1/SyntheticsAssertionJSONPathTargetTarget.md