labels property

  1. @TagNumber.new(13)
PbMap<String, String> get labels

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

Implementation

@$pb.TagNumber(13)
$pb.PbMap<$core.String, $core.String> get labels => $_getMap(7);