annotations property

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

Annotations attach non-identifying metadata to resources.

Annotation keys and values are less restricted than those of labels, but should be generally used for small values of broad interest. Larger, topic- specific metadata should be stored in Artifacts.

Implementation

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