Models
Schema: `Cell`
- Type:
object
Properties
| Name | Type | Required | Description |
|---|---|---|---|
cell_type |
CellCellType |
false |
- |
content |
string |
false |
- |
created_at |
string |
false |
- |
disabled |
boolean |
false |
- |
id |
string |
false |
- |
last_result |
string |
false |
- |
name |
string |
false |
- |
notebook_id |
string |
false |
- |
position |
integer |
false |
- |
role |
CellRole |
false |
- |
test |
NotebookCellTestConfig |
false |
- |
updated_at |
string |
false |
- |
visual_spec |
VisualSpec |
false |
- |