executionTemplate property

  1. @TagNumber(9)
ExecutionTemplate executionTemplate

Notebook Execution Template corresponding to this schedule.

Implementation

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

Implementation

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