docs/ObservationMetricData.md in purecloudplatformclientv2-52.0.0 vs docs/ObservationMetricData.md in purecloudplatformclientv2-53.0.0
- old
+ new
@@ -8,8 +8,10 @@
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **metric** | **String** | | [optional] |
| **qualifier** | **String** | | [optional] |
| **stats** | [**StatisticalSummary**](StatisticalSummary.html) | | [optional] |
+| **truncated** | **BOOLEAN** | Flag for a truncated list of observations. If truncated, the first half of the list of observations will contain the oldest observations and the second half the newest observations. | [optional] |
+| **observations** | [**Array<ObservationValue>**](ObservationValue.html) | List of observations sorted by timestamp in ascending order. This list may be truncated. | [optional] |
{: class="table table-striped"}