exclusions property

List<LogExclusion>? exclusions
getter/setter pair

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.

Optional.

Implementation

core.List<LogExclusion>? exclusions;