Sha256: 14c74db7661a6ae6e9d207000080065590668a8d7be21fe89aeb7f6dc705e337
Contents?: true
Size: 570 Bytes
Versions: 5
Compression:
Stored size: 570 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
5 entries across 5 versions & 1 rubygems