Sha256: 029eed54a64d9c5642d87af6c3859f374bb819394e1f2d93fd71dab1792ed3bc

Contents?: true

Size: 1.08 KB

Versions: 3

Compression:

Stored size: 1.08 KB

Contents

# DatadogAPIClient::V1::NotebooksResponseDataAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **author** | [**NotebookAuthor**](NotebookAuthor.md) |  | [optional] |
| **cells** | [**Array<NotebookCellResponse>**](NotebookCellResponse.md) | List of cells to display in the notebook. | [optional] |
| **created** | **Time** | UTC time stamp for when the notebook was created. | [optional][readonly] |
| **modified** | **Time** | UTC time stamp for when the notebook was last modified. | [optional][readonly] |
| **name** | **String** | The name of the notebook. |  |
| **status** | [**NotebookStatus**](NotebookStatus.md) |  | [optional][default to 'published'] |
| **time** | [**NotebookGlobalTime**](NotebookGlobalTime.md) |  | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::NotebooksResponseDataAttributes.new(
  author: null,
  cells: null,
  created: 2021-02-24T23:14:15.173964Z,
  modified: 2021-02-24T23:15:23.274966Z,
  name: Example Notebook,
  status: null,
  time: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
datadog_api_client-1.3.0 docs/v1/NotebooksResponseDataAttributes.md
datadog_api_client-1.2.0 docs/v1/NotebooksResponseDataAttributes.md
datadog_api_client-1.1.0 docs/v1/NotebooksResponseDataAttributes.md