ListNotebookExecutionsOutput constructor
ListNotebookExecutionsOutput({
- String? marker,
- List<
NotebookExecutionSummary> ? notebookExecutions,
Implementation
ListNotebookExecutionsOutput({
this.marker,
this.notebookExecutions,
});