annotations property

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

Annotations to allow client tools to store small amount of arbitrary data.

This is distinct from labels. https://google.aip.dev/128

Implementation

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