executionTemplate property
Notebook Execution Template corresponding to this schedule.
Implementation
@$pb.TagNumber(9)
ExecutionTemplate get executionTemplate => $_getN(8);
Implementation
@$pb.TagNumber(9)
set executionTemplate(ExecutionTemplate v) {
setField(9, v);
}