userLabels property

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

User-provided labels, represented as a dictionary where each label is a single key value pair.

Implementation

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