notificationChannelNames property

List<String>? notificationChannelNames
getter/setter pair

The full REST resource name for the notification channels that these settings apply to.

Each of these correspond to the name field in one of the NotificationChannel objects referenced in the notification_channels field of this AlertPolicy. The format is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]

Implementation

core.List<core.String>? notificationChannelNames;