docs/v1/SLOHistoryMetrics.md in datadog_api_client-1.4.0 vs docs/v1/SLOHistoryMetrics.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,19 +1,19 @@
# DatadogAPIClient::V1::SLOHistoryMetrics
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **denominator** | [**SLOHistoryMetricsSeries**](SLOHistoryMetricsSeries.md) | | |
-| **interval** | **Integer** | The aggregated query interval for the series data. It's implicit based on the query time window. | |
-| **message** | **String** | Optional message if there are specific query issues/warnings. | [optional] |
-| **numerator** | [**SLOHistoryMetricsSeries**](SLOHistoryMetricsSeries.md) | | |
-| **query** | **String** | The combined numerator and denominator query CSV. | |
-| **res_type** | **String** | The series result type. This mimics `batch_query` response type. | |
-| **resp_version** | **Integer** | The series response version type. This mimics `batch_query` response type. | |
-| **times** | **Array<Float>** | An array of query timestamps in EPOCH milliseconds | |
+| Name | Type | Description | Notes |
+| ---------------- | --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------- |
+| **denominator** | [**SLOHistoryMetricsSeries**](SLOHistoryMetricsSeries.md) | | |
+| **interval** | **Integer** | The aggregated query interval for the series data. It's implicit based on the query time window. | |
+| **message** | **String** | Optional message if there are specific query issues/warnings. | [optional] |
+| **numerator** | [**SLOHistoryMetricsSeries**](SLOHistoryMetricsSeries.md) | | |
+| **query** | **String** | The combined numerator and denominator query CSV. | |
+| **res_type** | **String** | The series result type. This mimics `batch_query` response type. | |
+| **resp_version** | **Integer** | The series response version type. This mimics `batch_query` response type. | |
+| **times** | **Array<Float>** | An array of query timestamps in EPOCH milliseconds | |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -27,6 +27,5 @@
res_type: ,
resp_version: 0,
times: []
)
```
-