Sha256: 0f635585baecd7414888ed7e1a20faf930a592641d7ba5ce27431d7c326cb1c7

Contents?: true

Size: 607 Bytes

Versions: 5

Compression:

Stored size: 607 Bytes

Contents

# DatadogAPIClient::V1::NotebookResponseData

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **attributes** | [**NotebookResponseDataAttributes**](NotebookResponseDataAttributes.md) |  |  |
| **id** | **Integer** | Unique notebook ID, assigned when you create the notebook. | [readonly] |
| **type** | [**NotebookResourceType**](NotebookResourceType.md) |  | [default to 'notebooks'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::NotebookResponseData.new(
  attributes: null,
  id: 123456,
  type: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/NotebookResponseData.md
datadog_api_client-1.3.0 docs/v1/NotebookResponseData.md
datadog_api_client-1.2.0 docs/v1/NotebookResponseData.md
datadog_api_client-1.1.0 docs/v1/NotebookResponseData.md
datadog_api_client-1.0.0 docs/v1/NotebookResponseData.md