threshold property

double? threshold
getter/setter pair

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).This field is only valid for row-level type rules.

Optional.

Implementation

core.double? threshold;