threshold property

  1. @TagNumber(503)
double get threshold

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);
  1. @TagNumber(503)
set threshold (double v)

Implementation

@$pb.TagNumber(503)
set threshold($core.double v) { $_setDouble(11, v); }