DescribeNotebookExecutionOutput constructor

DescribeNotebookExecutionOutput({
  1. NotebookExecution? notebookExecution,
})

Implementation

DescribeNotebookExecutionOutput({
  this.notebookExecution,
});