labels property

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

A set of user-defined (key, value) data that provides additional information about the log entry.

Implementation

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