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

- old
+ new

@@ -1,14 +1,14 @@ # DatadogAPIClient::V1::NotebookAbsoluteTime ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **_end** | **Time** | The end time. | | -| **live** | **Boolean** | Indicates whether the timeframe should be shifted to end at the current time. | [optional] | -| **start** | **Time** | The start time. | | +| Name | Type | Description | Notes | +| --------- | ----------- | ----------------------------------------------------------------------------- | ---------- | +| **\_end** | **Time** | The end time. | | +| **live** | **Boolean** | Indicates whether the timeframe should be shifted to end at the current time. | [optional] | +| **start** | **Time** | The start time. | | ## Example ```ruby require 'datadog_api_client/v1' @@ -17,6 +17,5 @@ _end: 2021-02-24T20:18:28Z, live: null, start: 2021-02-24T19:18:28Z ) ``` -