eventTypes property

List<String>? eventTypes
getter/setter pair

Event types for which a notification is desired.

If empty, send notifications for all event types.

Implementation

core.List<core.String>? eventTypes;