executionTemplate property

  1. @TagNumber.new(9)
ExecutionTemplate get executionTemplate

Notebook Execution Template corresponding to this schedule.

Implementation

@$pb.TagNumber(9)
ExecutionTemplate get executionTemplate => $_getN(8);
  1. @TagNumber.new(9)
set executionTemplate (ExecutionTemplate v)

Implementation

@$pb.TagNumber(9)
set executionTemplate(ExecutionTemplate v) {
  setField(9, v);
}