NotebookExecutionSummary constructor

NotebookExecutionSummary({
  1. String? editorId,
  2. DateTime? endTime,
  3. String? notebookExecutionId,
  4. String? notebookExecutionName,
  5. DateTime? startTime,
  6. NotebookExecutionStatus? status,
})

Implementation

NotebookExecutionSummary({
  this.editorId,
  this.endTime,
  this.notebookExecutionId,
  this.notebookExecutionName,
  this.startTime,
  this.status,
});