Sha256: 9bce6329311bd241710bef91d8091a6023c64ce931e8e15b8df8abcc75789cc2
Contents?: true
Size: 597 Bytes
Versions: 7
Compression:
Stored size: 597 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
7 entries across 7 versions & 1 rubygems