percent property

  1. @TagNumber.new(1)
int get percent

The percentage relative to the quotas amount on which the call_url should be called.

Implementation

@$pb.TagNumber(1)
$core.int get percent => $_getIZ(0);
  1. @TagNumber.new(1)
set percent (int value)

Implementation

@$pb.TagNumber(1)
set percent($core.int value) => $_setUnsignedInt32(0, value);