Sha256: d39232d4f53bd7f66e170f31954e4092ebcccfaa34fbf512538ede692672126e

Contents?: true

Size: 527 Bytes

Versions: 5

Compression:

Stored size: 527 Bytes

Contents

# DatadogAPIClient::V1::NotebookCellCreateRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **attributes** | [**NotebookCellCreateRequestAttributes**](NotebookCellCreateRequestAttributes.md) |  |  |
| **type** | [**NotebookCellResourceType**](NotebookCellResourceType.md) |  | [default to 'notebook_cells'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::NotebookCellCreateRequest.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/NotebookCellCreateRequest.md
datadog_api_client-1.3.0 docs/v1/NotebookCellCreateRequest.md
datadog_api_client-1.2.0 docs/v1/NotebookCellCreateRequest.md
datadog_api_client-1.1.0 docs/v1/NotebookCellCreateRequest.md
datadog_api_client-1.0.0 docs/v1/NotebookCellCreateRequest.md