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

- old
+ new

@@ -1,14 +1,14 @@ # DatadogAPIClient::V1::NotebookLogStreamCellAttributes ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **definition** | [**LogStreamWidgetDefinition**](LogStreamWidgetDefinition.md) | | | -| **graph_size** | [**NotebookGraphSize**](NotebookGraphSize.md) | | [optional] | -| **time** | [**NotebookCellTime**](NotebookCellTime.md) | | [optional] | +| Name | Type | Description | Notes | +| -------------- | ------------------------------------------------------------- | ----------- | ---------- | +| **definition** | [**LogStreamWidgetDefinition**](LogStreamWidgetDefinition.md) | | | +| **graph_size** | [**NotebookGraphSize**](NotebookGraphSize.md) | | [optional] | +| **time** | [**NotebookCellTime**](NotebookCellTime.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' @@ -17,6 +17,5 @@ definition: null, graph_size: null, time: null ) ``` -