labels property

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

User labels attached to the Pipeline that can be used to group resources.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

Optional.

Implementation

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