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

- old
+ new

@@ -1,15 +1,15 @@ # DatadogAPIClient::V1::SyntheticsAssertionJSONPathTarget ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **operator** | [**SyntheticsAssertionJSONPathOperator**](SyntheticsAssertionJSONPathOperator.md) | | | -| **property** | **String** | The associated assertion property. | [optional] | -| **target** | [**SyntheticsAssertionJSONPathTargetTarget**](SyntheticsAssertionJSONPathTargetTarget.md) | | [optional] | -| **type** | [**SyntheticsAssertionType**](SyntheticsAssertionType.md) | | | +| Name | Type | Description | Notes | +| ------------ | ----------------------------------------------------------------------------------------- | ---------------------------------- | ---------- | +| **operator** | [**SyntheticsAssertionJSONPathOperator**](SyntheticsAssertionJSONPathOperator.md) | | | +| **property** | **String** | The associated assertion property. | [optional] | +| **target** | [**SyntheticsAssertionJSONPathTargetTarget**](SyntheticsAssertionJSONPathTargetTarget.md) | | [optional] | +| **type** | [**SyntheticsAssertionType**](SyntheticsAssertionType.md) | | | ## Example ```ruby require 'datadog_api_client/v1' @@ -19,6 +19,5 @@ property: null, target: null, type: null ) ``` -