labels property

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

Labels to apply to this snapshot.

These can be later modified by the setLabels method. Label values may be empty.

Implementation

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