eventFilters property

List<EventFilter>? eventFilters
getter/setter pair

Unordered list.

The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.

Required.

Implementation

core.List<EventFilter>? eventFilters;