labels property

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

Labels for the AlloyDB primary instance created by DMS. An object containing a list of 'key', 'value' pairs.

Implementation

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