labels property

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

The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs.

The character '=' is not allowed to be used within the labels.

Implementation

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