types property

List<String>? types
getter/setter pairoverride

A list of event types to include. If this list is absent then all event types are included. A '*' can be used as a wildcard to match any sequence of characters.

Implementation

List<String>? types;