Sha256: 98c5f0f58f097778da9950831af3d6bcb78dc3861267bce765f92d04e38dada0

Contents?: true

Size: 666 Bytes

Versions: 5

Compression:

Stored size: 666 Bytes

Contents

# DatadogAPIClient::V1::NotebookHeatMapCellAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **definition** | [**HeatMapWidgetDefinition**](HeatMapWidgetDefinition.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::NotebookHeatMapCellAttributes.new(
  definition: null,
  graph_size: null,
  split_by: null,
  time: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/NotebookHeatMapCellAttributes.md
datadog_api_client-1.3.0 docs/v1/NotebookHeatMapCellAttributes.md
datadog_api_client-1.2.0 docs/v1/NotebookHeatMapCellAttributes.md
datadog_api_client-1.1.0 docs/v1/NotebookHeatMapCellAttributes.md
datadog_api_client-1.0.0 docs/v1/NotebookHeatMapCellAttributes.md