Sha256: debd39497b8e2a9ce47498b8356dcbc22eb94bdab83309b42f0c43ef4ce59ee1
Contents?: true
Size: 905 Bytes
Versions: 2
Compression:
Stored size: 905 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/NotebookHeatMapCellAttributes.md |
datadog_api_client-1.5.0 | docs/v1/NotebookHeatMapCellAttributes.md |