annotations property

  1. @TagNumber(13)
Map<String, String> get annotations

Output only. Allows users to store small amounts of arbitrary data. Both the key and the value must be 63 characters or less each. At most 100 annotations. This field is not used.

Implementation

@$pb.TagNumber(13)
$core.Map<$core.String, $core.String> get annotations => $_getMap(10);