docs/v1/NotebookResponseDataAttributes.md in datadog_api_client-1.0.0 vs docs/v1/NotebookResponseDataAttributes.md in datadog_api_client-1.1.0
- old
+ new
@@ -4,12 +4,12 @@
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **author** | [**NotebookAuthor**](NotebookAuthor.md) | | [optional] |
| **cells** | [**Array<NotebookCellResponse>**](NotebookCellResponse.md) | List of cells to display in the notebook. | |
-| **created** | **Time** | UTC time stamp. | [optional][readonly] |
-| **modified** | **Time** | UTC time stamp. | [optional][readonly] |
-| **name** | **String** | Notebook name. | |
+| **created** | **Time** | UTC time stamp for when the notebook was created. | [optional][readonly] |
+| **modified** | **Time** | UTC time stamp for when the notebook was last modified. | [optional][readonly] |
+| **name** | **String** | The name of the notebook. | |
| **status** | [**NotebookStatus**](NotebookStatus.md) | | [optional][default to 'published'] |
| **time** | [**NotebookGlobalTime**](NotebookGlobalTime.md) | | |
## Example