Sha256: 179a809eac128a4bf1f7630635da39b0bfe256d5d8328cd218c03a563bd4d56f
Contents?: true
Size: 579 Bytes
Versions: 5
Compression:
Stored size: 579 Bytes
Contents
# DatadogAPIClient::V1::NotebookLogStreamCellAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **definition** | [**LogStreamWidgetDefinition**](LogStreamWidgetDefinition.md) | | | | **graph_size** | [**NotebookGraphSize**](NotebookGraphSize.md) | | [optional] | | **time** | [**NotebookCellTime**](NotebookCellTime.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::NotebookLogStreamCellAttributes.new( definition: null, graph_size: null, time: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems