Uptime Alert Notification
data class UptimeAlertNotification(val emails: List<String>? = null, val slacks: List<UptimeAlertNotificationSlack>? = null)
Constructors
Link copied to clipboard
fun UptimeAlertNotification(emails: List<String>? = null, slacks: List<UptimeAlertNotificationSlack>? = null)