Sha256: 11acc8bc8ff48553079060d430a043f46d5dbb27e0917f89a52af07b29fc894c
Contents?: true
Size: 1.03 KB
Versions: 2
Compression:
Stored size: 1.03 KB
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/NotebookCellUpdateRequest.md |
datadog_api_client-1.5.0 | docs/v1/NotebookCellUpdateRequest.md |