Execution constructor

Execution({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. ExecutionTemplate? executionTemplate,
  5. String? jobUri,
  6. String? name,
  7. String? outputNotebookFile,
  8. String? state,
  9. String? updateTime,
})

Implementation

Execution({
  this.createTime,
  this.description,
  this.displayName,
  this.executionTemplate,
  this.jobUri,
  this.name,
  this.outputNotebookFile,
  this.state,
  this.updateTime,
});