thresholdUnit property

  1. @TagNumber.new(6)
String get thresholdUnit

The unit for the alert threshold (e.g. "percent", "seconds")

Implementation

@$pb.TagNumber(6)
$core.String get thresholdUnit => $_getSZ(5);
  1. @TagNumber.new(6)
set thresholdUnit (String v)

Implementation

@$pb.TagNumber(6)
set thresholdUnit($core.String v) {
  $_setString(5, v);
}