Sha256: 3f6f51e49ddacf88667fb818ef4db2af939bba6c83f5ec3da0967f245296064b

Contents?: true

Size: 1.2 KB

Versions: 2

Compression:

Stored size: 1.2 KB

Contents

# DatadogAPIClient::V1::SyntheticsAssertionJSONPathTarget

## Properties

| Name         | Type                                                                                      | Description                        | Notes      |
| ------------ | ----------------------------------------------------------------------------------------- | ---------------------------------- | ---------- |
| **operator** | [**SyntheticsAssertionJSONPathOperator**](SyntheticsAssertionJSONPathOperator.md)         |                                    |            |
| **property** | **String**                                                                                | The associated assertion property. | [optional] |
| **target**   | [**SyntheticsAssertionJSONPathTargetTarget**](SyntheticsAssertionJSONPathTargetTarget.md) |                                    | [optional] |
| **type**     | [**SyntheticsAssertionType**](SyntheticsAssertionType.md)                                 |                                    |            |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::SyntheticsAssertionJSONPathTarget.new(
  operator: null,
  property: null,
  target: null,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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