Sha256: 09e51eeefbab772592cfe94d297aa37a5ef68bd041d4236daf9179d43b188dd3

Contents?: true

Size: 761 Bytes

Versions: 2

Compression:

Stored size: 761 Bytes

Contents

# DatadogAPIClient::V1::NotebookUpdateData

## Properties

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

## Example

```ruby
require 'datadog_api_client/v1'

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

Version data entries

2 entries across 2 versions & 1 rubygems

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