Sha256: 6232077c7ec0194e6dff12958b6bc42103ec15bf7d891726a8291b2bdcc40815

Contents?: true

Size: 653 Bytes

Versions: 7

Compression:

Stored size: 653 Bytes

Contents

# DatadogAPIClient::V1::SyntheticsAssertionTarget

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **operator** | [**SyntheticsAssertionOperator**](SyntheticsAssertionOperator.md) |  |  |
| **property** | **String** | The associated assertion property. | [optional] |
| **target** | **Object** | Value used by the operator. | [optional] |
| **type** | [**SyntheticsAssertionType**](SyntheticsAssertionType.md) |  |  |

## Example

```ruby
require 'datadog_api_client/v1'

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/SyntheticsAssertionTarget.md
datadog_api_client-1.3.0 docs/v1/SyntheticsAssertionTarget.md
datadog_api_client-1.2.0 docs/v1/SyntheticsAssertionTarget.md
datadog_api_client-1.1.0 docs/v1/SyntheticsAssertionTarget.md
datadog_api_client-1.0.0 docs/v1/SyntheticsAssertionTarget.md
datadog_api_client-1.0.0.beta.3 docs/v1/SyntheticsAssertionTarget.md
datadog_api_client-1.0.0.beta.2 docs/v1/SyntheticsAssertionTarget.md