labels property

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

Labels are identified by key/value pairs in this map.

A VM should contain all the key/value pairs specified in this map to be selected.

Implementation

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