Sha256: 6e793511d921ffa389c0829df0970bfe35c8e144c1df59b47f33f0d5d37ba8e7
Contents?: true
Size: 686 Bytes
Versions: 5
Compression:
Stored size: 686 Bytes
Contents
# DatadogAPIClient::V1::NotebookDistributionCellAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **definition** | [**DistributionWidgetDefinition**](DistributionWidgetDefinition.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::NotebookDistributionCellAttributes.new( definition: null, graph_size: null, split_by: null, time: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems