unit property
unit in which the metric value is reported. Follows the format described by http://unitsofmeasure.org/ucum.html.
Implementation
@$pb.TagNumber(3)
$core.String get unit => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set unit($core.String v) {
$_setString(2, v);
}