annotations property

  1. @TagNumber.new(5)
PbMap<String, String> get annotations

A key-value map to store arbitrary metadata for the Policy. Keys can be up to 63 characters. Values can be up to 255 characters.

Implementation

@$pb.TagNumber(5)
$pb.PbMap<$core.String, $core.String> get annotations => $_getMap(4);