effectiveLimit property

  1. @TagNumber.new(1)
Int64 get effectiveLimit

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);
  1. @TagNumber.new(1)
set effectiveLimit (Int64 value)

Implementation

@$pb.TagNumber(1)
set effectiveLimit($fixnum.Int64 value) => $_setInt64(0, value);