AlertPolicyAlertStrategyNotificationChannelStrategy

data class AlertPolicyAlertStrategyNotificationChannelStrategy(val notificationChannelNames: List<String>? = null, val renotifyInterval: String? = null)

Constructors

constructor(notificationChannelNames: List<String>? = null, renotifyInterval: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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]

Link copied to clipboard

The frequency at which to send reminder notifications for open incidents.