labels property

  1. @TagNumber.new(3)
Map<String, String> get labels

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

Implementation

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