| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
NotebookCellCreateRequest |
NotebookCellCreateRequest.attributes(NotebookCellCreateRequestAttributes attributes) |
NotebookCellCreateRequest |
NotebookUpdateCell.getNotebookCellCreateRequest()
Get the actual instance of `NotebookCellCreateRequest`.
|
NotebookCellCreateRequest |
NotebookCellCreateRequest.type(NotebookCellResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
List<NotebookCellCreateRequest> |
NotebookCreateDataAttributes.getCells()
List of cells to display in the notebook.
|
| Modifier and Type | Method and Description |
|---|---|
NotebookCreateDataAttributes |
NotebookCreateDataAttributes.addCellsItem(NotebookCellCreateRequest cellsItem) |
| Modifier and Type | Method and Description |
|---|---|
NotebookCreateDataAttributes |
NotebookCreateDataAttributes.cells(List<NotebookCellCreateRequest> cells) |
void |
NotebookCreateDataAttributes.setCells(List<NotebookCellCreateRequest> cells) |
| Constructor and Description |
|---|
NotebookUpdateCell(NotebookCellCreateRequest o) |
| Constructor and Description |
|---|
NotebookCreateDataAttributes(List<NotebookCellCreateRequest> cells,
String name,
NotebookGlobalTime time) |
Copyright © 2024. All rights reserved.