notificationTypes property

List<String>? notificationTypes
getter/setter pair

The types of notifications that will be sent to the Pub/Sub topic.

To stop receiving notifications entirely, use NotificationSettings.UpdateNotificationSetting with an empty notification_types or set the pubsub_topic to an empty string.

Implementation

core.List<core.String>? notificationTypes;