labels property

List<LabelDescriptor>? labels
getter/setter pair

A set of labels used to describe instances of this monitored resource type.

For example, an individual Google Cloud SQL database is identified by values for the labels "database_id" and "zone".

Required.

Implementation

core.List<LabelDescriptor>? labels;