labels property

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

Labels applied to the cluster.

Labels can be used to organize clusters and to filter them in queries.

Optional.

Implementation

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