violationUnit property
The unit for the violation value (e.g. "percent", "seconds")
Implementation
@$pb.TagNumber(10)
$core.String get violationUnit => $_getSZ(9);
Implementation
@$pb.TagNumber(10)
set violationUnit($core.String v) {
$_setString(9, v);
}