thresholdUnit property
The unit for the alert threshold (e.g. "percent", "seconds")
Implementation
@$pb.TagNumber(6)
$core.String get thresholdUnit => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set thresholdUnit($core.String v) {
$_setString(5, v);
}