annotations property

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

User specified annotations.

See https://google.aip.dev/128#annotations for more details such as format and size limitations.

Implementation

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