repeat property
If true, the call_url is called each time a factor of percentage is reached.
Implementation
@$pb.TagNumber(2)
$core.bool get repeat => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set repeat($core.bool v) { $_setBool(1, v); }
If true, the call_url is called each time a factor of percentage is reached.
@$pb.TagNumber(2)
$core.bool get repeat => $_getBF(1);
@$pb.TagNumber(2)
set repeat($core.bool v) { $_setBool(1, v); }