UptimeAlertNotification

data class UptimeAlertNotification(val emails: List<String>? = null, val slacks: List<UptimeAlertNotificationSlack>? = null)

Constructors

Link copied to clipboard
constructor(emails: List<String>? = null, slacks: List<UptimeAlertNotificationSlack>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val emails: List<String>? = null

List of email addresses to sent notifications to.

Link copied to clipboard