executionType property
Defines the type to query for.
Implementation
@$pb.TagNumber(1)
ExecutionType get executionType => $_getN(0);
Implementation
@$pb.TagNumber(1)
set executionType(ExecutionType v) { setField(1, v); }
Defines the type to query for.
@$pb.TagNumber(1)
ExecutionType get executionType => $_getN(0);
@$pb.TagNumber(1)
set executionType(ExecutionType v) { setField(1, v); }