exclusions property

  1. @TagNumber.new(16)
PbList<LogExclusion> get exclusions

Optional. Log entries that match any of these exclusion filters will not be exported.

If a log entry is matched by both filter and one of exclusion_filters it will not be exported.

Implementation

@$pb.TagNumber(16)
$pb.PbList<LogExclusion> get exclusions => $_getList(9);