batchId property

  1. @TagNumber.new(9)
String get batchId

Optional. Optional: Batch ID of the Process.

Implementation

@$pb.TagNumber(9)
$core.String get batchId => $_getSZ(8);
  1. @TagNumber.new(9)
set batchId (String v)

Implementation

@$pb.TagNumber(9)
set batchId($core.String v) {
  $_setString(8, v);
}