annotations property

Map<String, String>? annotations
getter/setter pair

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

core.Map<core.String, core.String>? annotations;