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