labels property

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

Cloud labels attached to the entry.

In Data Catalog, you can create and modify labels attached only to custom entries. Synced entries have unmodifiable labels that come from the source system.

Implementation

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