labels property

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

The labels on the resource, which can be used for categorization.

similar to Kubernetes resource labels.

Optional.

Implementation

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