eventTypes property

List<String>? eventTypes
getter/setter pair

List of event types for the webhook.

This is the event types subscribed by the current webhook.

Output only.

Implementation

core.List<core.String>? eventTypes;