labels property

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

A list of labels to apply for this resource.

Each label must comply with the requirements for labels. For example, "webserver-frontend": "images". A label value can also be empty (e.g. "my-label": "").

Implementation

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