labels property

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

The resource labels for connection profile to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs.

Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

Implementation

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