docs/v1/NotebookMetadata.md in datadog_api_client-1.4.0 vs docs/v1/NotebookMetadata.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,14 +1,14 @@
# DatadogAPIClient::V1::NotebookMetadata
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **is_template** | **Boolean** | Whether or not the notebook is a template. | [optional][default to false] |
-| **take_snapshots** | **Boolean** | Whether or not the notebook takes snapshot image backups of the notebook's fixed-time graphs. | [optional][default to false] |
-| **type** | [**NotebookMetadataType**](NotebookMetadataType.md) | | [optional][default to 'null'] |
+| Name | Type | Description | Notes |
+| ------------------ | --------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------- |
+| **is_template** | **Boolean** | Whether or not the notebook is a template. | [optional][default to false] |
+| **take_snapshots** | **Boolean** | Whether or not the notebook takes snapshot image backups of the notebook's fixed-time graphs. | [optional][default to false] |
+| **type** | [**NotebookMetadataType**](NotebookMetadataType.md) | | [optional][default to 'null'] |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -17,6 +17,5 @@
is_template: false,
take_snapshots: false,
type: null
)
```
-