ListNotebookExecutionsOutput constructor

ListNotebookExecutionsOutput({
  1. String? marker,
  2. List<NotebookExecutionSummary>? notebookExecutions,
})

Implementation

ListNotebookExecutionsOutput({
  this.marker,
  this.notebookExecutions,
});