eventTypes property

List<String>? eventTypes
getter/setter pair

If present, only send notifications about listed event types.

If empty, sent notifications for all event types.

Implementation

core.List<core.String>? eventTypes;