The description of a notebook cell update request.

Hierarchy

  • NotebookCellUpdateRequest

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

The attributes of a notebook cell in update cell request. Valid cell types are markdown, timeseries, toplist, heatmap, distribution, log_stream. More information on each graph visualization type.

id: string

Notebook cell ID.

Type of the Notebook Cell resource.

Generated using TypeDoc