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

- old
+ new

@@ -1,14 +1,14 @@ # DatadogAPIClient::V1::NotebookCellResponse ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **attributes** | [**NotebookCellResponseAttributes**](NotebookCellResponseAttributes.md) | | | -| **id** | **String** | Notebook cell ID. | | -| **type** | [**NotebookCellResourceType**](NotebookCellResourceType.md) | | [default to 'notebook_cells'] | +| Name | Type | Description | Notes | +| -------------- | ----------------------------------------------------------------------- | ----------------- | ------------------------------------- | +| **attributes** | [**NotebookCellResponseAttributes**](NotebookCellResponseAttributes.md) | | | +| **id** | **String** | Notebook cell ID. | | +| **type** | [**NotebookCellResourceType**](NotebookCellResourceType.md) | | [default to 'notebook_cells'] | ## Example ```ruby require 'datadog_api_client/v1' @@ -17,6 +17,5 @@ attributes: null, id: abcd1234, type: null ) ``` -