Sha256: b21855eacb6f6d0f503cf62257a2090617dc3651dff6a5a3f30b4df4de3d1dbb

Contents?: true

Size: 1.04 KB

Versions: 2

Compression:

Stored size: 1.04 KB

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.        |            |
| **type**     | [**SyntheticsAssertionType**](SyntheticsAssertionType.md)         |                                    |            |

## Example

```ruby
require 'datadog_api_client/v1'

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

Version data entries

2 entries across 2 versions & 1 rubygems

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