Sha256: 08f47070a4d42d0156ca5caaf696af5a86483ee49bfbecbd38683f73a144f8e4

Contents?: true

Size: 1.9 KB

Versions: 1

Compression:

Stored size: 1.9 KB

Contents

# DatadogAPIClient::V1::NotebookResponseDataAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **author** | [**NotebookAuthor**](NotebookAuthor.md) |  | [optional] |
| **cells** | [**Array<NotebookCellResponse>**](NotebookCellResponse.md) | List of cells to display in the notebook. |  |
| **created** | **Time** | UTC time stamp. | [optional][readonly] |
| **modified** | **Time** | UTC time stamp. | [optional][readonly] |
| **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::NotebookResponseDataAttributes.new(
  author: null,
  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"}],
  created: 2021-02-24T23:14:15.173964Z,
  modified: 2021-02-24T23:15:23.274966Z,
  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/NotebookResponseDataAttributes.md