limit property
- @TagNumber.new(2)
Optional. Max number of PSC connections for this policy.
Implementation
@$pb.TagNumber(2)
$fixnum.Int64 get limit => $_getI64(1);
- @TagNumber.new(2)
Implementation
@$pb.TagNumber(2)
set limit($fixnum.Int64 v) {
$_setInt64(1, v);
}