notTypes property

List<String>? notTypes
getter/setter pairoverride

A list of event types to exclude. If this list is absent then no event types are excluded. A matching type will be excluded even if it is listed in the 'types' filter. A '*' can be used as a wildcard to match any sequence of characters.

Implementation

List<String>? notTypes;