effectiveLimit property
- @TagNumber.new(1)
The effective limit of this quota bucket. Equal to default_limit if there are no overrides.
Implementation
@$pb.TagNumber(1)
$fixnum.Int64 get effectiveLimit => $_getI64(0);
- @TagNumber.new(1)
Implementation
@$pb.TagNumber(1)
set effectiveLimit($fixnum.Int64 value) => $_setInt64(0, value);