jobType property

  1. @TagNumber(11)
ExecutionTemplate_JobType jobType

The type of Job to be used on this execution.

Implementation

@$pb.TagNumber(11)
ExecutionTemplate_JobType get jobType => $_getN(10);
  1. @TagNumber(11)
void jobType=(ExecutionTemplate_JobType v)

Implementation

@$pb.TagNumber(11)
set jobType(ExecutionTemplate_JobType v) { setField(11, v); }