labels property

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

Labels for this resource.

These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.

Implementation

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