threshold property
Optional. The minimum ratio of passing_rows / total_rows required to
pass this rule, with a range of 0.0, 1.0
.
0 indicates default value (i.e. 1.0).
Implementation
@$pb.TagNumber(503)
$core.double get threshold => $_getN(11);
Implementation
@$pb.TagNumber(503)
set threshold($core.double v) { $_setDouble(11, v); }