userLabels property
The resource labels for a Cloud SQL instance 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": "18kg", "count": "3" }
.
Implementation
@$pb.TagNumber(2)
$core.Map<$core.String, $core.String> get userLabels => $_getMap(1);