labels property

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

Optional. Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.

Implementation

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