annotations property

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

User-defined annotations.

See https://google.aip.dev/128#annotations.

Optional.

Implementation

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