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 value) => $_setUnsignedInt32(0, value);