Sha256: fa2e2345165b5c2450f073b72e429ee16790c4547ab9bc367bfad1cffca1a2e1

Contents?: true

Size: 947 Bytes

Versions: 2

Compression:

Stored size: 947 Bytes

Contents

# DatadogAPIClient::V1::NotebookTimeseriesCellAttributes

## Properties

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

## Example

```ruby
require 'datadog_api_client/v1'

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

Version data entries

2 entries across 2 versions & 1 rubygems

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