annotations property

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

Allows users to store small amounts of arbitrary data.

Both the key and the value must be 63 characters or less each. At most 100 annotations. This field is not used.

Output only.

Implementation

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