labels property

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

Values for all of the labels listed in the associated monitored resource descriptor.

For example, Compute Engine VM instances use the labels "project_id", "instance_id", and "zone".

Required.

Implementation

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