labels property

  1. @TagNumber(11)
Map<String, String> labels

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

Implementation

@$pb.TagNumber(11)
$core.Map<$core.String, $core.String> get labels => $_getMap(5);