Sha256: 00e43efb207831d7bca890a1498264a716cc2b6fcbc299ae278e4222e681b7f8

Contents?: true

Size: 1.59 KB

Versions: 1

Compression:

Stored size: 1.59 KB

Contents

# DatadogAPIClient::V1::NotebookUpdateDataAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **cells** | [**Array<NotebookUpdateCell>**](NotebookUpdateCell.md) | List of cells to display in the notebook. |  |
| **name** | **String** | Notebook name. |  |
| **status** | [**NotebookStatus**](NotebookStatus.md) |  | [optional][default to 'published'] |
| **time** | [**NotebookGlobalTime**](NotebookGlobalTime.md) |  |  |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::NotebookUpdateDataAttributes.new(
  cells: [{"attributes":{"definition":{"text":"## Some test markdown\n\n```js\nvar x, y;\nx = 5;\ny = 6;\n```","type":"markdown"}},"id":"bzbycoya","type":"notebook_cells"},{"attributes":{"definition":{"requests":[{"display_type":"line","q":"avg:system.load.1{*}","style":{"line_type":"solid","line_width":"normal","palette":"dog_classic"}}],"show_legend":true,"type":"timeseries","yaxis":{"scale":"linear"}},"graph_size":"m","split_by":{"keys":[],"tags":[]},"time":null},"id":"9k6bc6xc","type":"notebook_cells"}],
  name: Example Notebook,
  status: null,
  time: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datadog_api_client-1.0.0 docs/v1/NotebookUpdateDataAttributes.md