labels property

Map<String, String>? labels
getter/setter pair

Labels to apply to this disk.

These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.

Optional.

Implementation

core.Map<core.String, core.String>? labels;