Sha256: a171c2246ab17f5e257a608a4c01c6b7001a63d349541b861c759f6d0425aa51

Contents?: true

Size: 486 Bytes

Versions: 5

Compression:

Stored size: 486 Bytes

Contents

# DatadogAPIClient::V1::NotebookCreateData

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **attributes** | [**NotebookCreateDataAttributes**](NotebookCreateDataAttributes.md) |  |  |
| **type** | [**NotebookResourceType**](NotebookResourceType.md) |  | [default to 'notebooks'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::NotebookCreateData.new(
  attributes: null,
  type: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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