labels property

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

Default labels that are added to the labels field of all log entries in entries.

If a log entry already has a label with the same key as a label in this parameter, then the log entry's label is not changed. See LogEntry.

Optional.

Implementation

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