labels property

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

A set of labels to filter active alerts.

If set, only alerts having all of the specified labels will be considered. Otherwise, all active alerts will be considered.

Optional.

Implementation

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