percent property
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);
Implementation
@$pb.TagNumber(1)
set percent($core.int v) { $_setUnsignedInt32(0, v); }