policyValue property

  1. @TagNumber.new(2)
Int64 get policyValue

The quota policy value. Can be any nonnegative integer, or -1 (unlimited quota).

Implementation

@$pb.TagNumber(2)
$fixnum.Int64 get policyValue => $_getI64(1);
  1. @TagNumber.new(2)
set policyValue (Int64 value)

Implementation

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