docs/v1/SyntheticsAssertionJSONPathTargetTarget.md in datadog_api_client-1.4.0 vs docs/v1/SyntheticsAssertionJSONPathTargetTarget.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,14 +1,14 @@ # 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] | +| 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' @@ -17,6 +17,5 @@ json_path: null, operator: null, target_value: null ) ``` -