Sha256: eb43d272e4c0dc99929ee58604c56c00b170041b417b2f8bfb46acb3fd285f1e

Contents?: true

Size: 805 Bytes

Versions: 2

Compression:

Stored size: 805 Bytes

Contents

# DatadogAPIClient::V1::NotebookLogStreamCellAttributes

## Properties

| Name           | Type                                                          | Description | Notes      |
| -------------- | ------------------------------------------------------------- | ----------- | ---------- |
| **definition** | [**LogStreamWidgetDefinition**](LogStreamWidgetDefinition.md) |             |            |
| **graph_size** | [**NotebookGraphSize**](NotebookGraphSize.md)                 |             | [optional] |
| **time**       | [**NotebookCellTime**](NotebookCellTime.md)                   |             | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::NotebookLogStreamCellAttributes.new(
  definition: null,
  graph_size: null,
  time: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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