unit property

  1. @TagNumber.new(2)
String get unit

The limit unit.

An example unit would be 1/{project}/{region} Note that {project} and {region} are not placeholders in this example; the literal characters { and } occur in the string.

Implementation

@$pb.TagNumber(2)
$core.String get unit => $_getSZ(1);
  1. @TagNumber.new(2)
set unit (String value)

Implementation

@$pb.TagNumber(2)
set unit($core.String value) => $_setString(1, value);