maxInstances property

  1. @TagNumber(6)
int get maxInstances

@doc The maximum number of instances allowed to run.

Implementation

@$pb.TagNumber(6)
$core.int get maxInstances => $_getIZ(5);
  1. @TagNumber(6)
set maxInstances (int value)

Implementation

@$pb.TagNumber(6)
set maxInstances($core.int value) => $_setSignedInt32(5, value);