labels property

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

One or more label entries that apply to the Group.

Currently supported labels contain a key with an empty value.

Implementation

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