percent property

  1. @TagNumber(1)
int 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(1)
void percent=(int v)

Implementation

@$pb.TagNumber(1)
set percent($core.int v) { $_setUnsignedInt32(0, v); }