conditionPercentile property

  1. @TagNumber(7)
int get conditionPercentile

The percentile of the alert condition, can be 0 if percentile is not applicable to the alert condition; range: 0, 100

Implementation

@$pb.TagNumber(7)
$core.int get conditionPercentile => $_getIZ(6);
  1. @TagNumber(7)
set conditionPercentile (int v)

Implementation

@$pb.TagNumber(7)
set conditionPercentile($core.int v) { $_setSignedInt32(6, v); }