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