docs/v1/SLOHistoryResponseData.md in datadog_api_client-1.2.0 vs docs/v1/SLOHistoryResponseData.md in datadog_api_client-1.3.0

- old
+ new

@@ -4,11 +4,11 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **from_ts** | **Integer** | The `from` timestamp in epoch seconds. | [optional] | | **group_by** | **Array<String>** | For `metric` based SLOs where the query includes a group-by clause, this represents the list of grouping parameters. This is not included in responses for `monitor` based SLOs. | [optional] | -| **groups** | [**Array<SLOHistorySLIData>**](SLOHistorySLIData.md) | For grouped SLOs, this represents SLI data for specific groups. This is not included in the responses for `metric` based SLOs. | [optional] | -| **monitors** | [**Array<SLOHistorySLIData>**](SLOHistorySLIData.md) | For multi-monitor SLOs, this represents SLI data for specific monitors. This is not included in the responses for `metric` based SLOs. | [optional] | +| **groups** | [**Array<SLOHistoryMonitor>**](SLOHistoryMonitor.md) | For grouped SLOs, this represents SLI data for specific groups. This is not included in the responses for `metric` based SLOs. | [optional] | +| **monitors** | [**Array<SLOHistoryMonitor>**](SLOHistoryMonitor.md) | For multi-monitor SLOs, this represents SLI data for specific monitors. This is not included in the responses for `metric` based SLOs. | [optional] | | **overall** | [**SLOHistorySLIData**](SLOHistorySLIData.md) | | [optional] | | **series** | [**SLOHistoryMetrics**](SLOHistoryMetrics.md) | | [optional] | | **thresholds** | [**Hash<String, SLOThreshold>**](SLOThreshold.md) | mapping of string timeframe to the SLO threshold. | [optional] | | **to_ts** | **Integer** | The `to` timestamp in epoch seconds. | [optional] | | **type** | [**SLOType**](SLOType.md) | | [optional] |