annotations property

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

Unstructured key value map that may be set by external tools to store and arbitrary metadata.

They are not queryable and should be preserved when modifying objects.

Output only.

Implementation

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