amount property

  1. @TagNumber(5)
Int64 amount

the quota amount of units

Implementation

@$pb.TagNumber(5)
$fixnum.Int64 get amount => $_getI64(4);
  1. @TagNumber(5)
void amount=(Int64 v)

Implementation

@$pb.TagNumber(5)
set amount($fixnum.Int64 v) { $_setInt64(4, v); }