labels property

  1. @TagNumber(8)
Map<String, String> labels

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

@$pb.TagNumber(8)
$core.Map<$core.String, $core.String> get labels => $_getMap(7);