Sha256: 626c0e91c6e669b397faee2e88ca9d19b2d86d8711da1556de8c6f289243f7e4
Contents?: true
Size: 994 Bytes
Versions: 2
Compression:
Stored size: 994 Bytes
Contents
# DatadogAPIClient::V1::NotebookCellResponse ## Properties | Name | Type | Description | Notes | | -------------- | ----------------------------------------------------------------------- | ----------------- | ------------------------------------- | | **attributes** | [**NotebookCellResponseAttributes**](NotebookCellResponseAttributes.md) | | | | **id** | **String** | Notebook cell ID. | | | **type** | [**NotebookCellResourceType**](NotebookCellResourceType.md) | | [default to 'notebook_cells'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::NotebookCellResponse.new( attributes: null, id: abcd1234, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/NotebookCellResponse.md |
datadog_api_client-1.5.0 | docs/v1/NotebookCellResponse.md |