eventTypes property

List<String>? eventTypes
getter/setter pair

Only sends the notifications for events of these types.

Must not be empty.

Implementation

core.List<core.String>? eventTypes;