Sha256: 6da18799171da8ca1213543cc43d27bdccb6a25259a85a17bfc02030a09e8dd6

Contents?: true

Size: 1.14 KB

Versions: 2

Compression:

Stored size: 1.14 KB

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

2 entries across 2 versions & 1 rubygems

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