Sha256: 80f1c132e85809a8f9d111ee180ac69d1d4afc96624d4b3bc19c8ab4319c1c26

Contents?: true

Size: 1.29 KB

Versions: 2

Compression:

Stored size: 1.29 KB

Contents

# 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'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::NotebookMetadata.new(
  is_template: false,
  take_snapshots: false,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/NotebookMetadata.md
datadog_api_client-1.5.0 docs/v1/NotebookMetadata.md