unit property
The limit unit of the limit to which this override applies.
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(5)
$core.String get unit => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set unit($core.String value) => $_setString(4, value);