kind property
The type of batch.
Implementation
@$pb.TagNumber(1)
Utility_BatchKind get kind => $_getN(0);
Implementation
@$pb.TagNumber(1)
set kind(Utility_BatchKind v) {
setField(1, v);
}
The type of batch.
@$pb.TagNumber(1)
Utility_BatchKind get kind => $_getN(0);
@$pb.TagNumber(1)
set kind(Utility_BatchKind v) {
setField(1, v);
}