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