annotations property
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(8)
$core.Map<$core.String, $core.String> get annotations => $_getMap(7);