AlertNotificationList

data class AlertNotificationList(val content: String, val emailLists: List<String>? = null, val mobileLists: List<String>? = null, val serviceUri: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(content: String, emailLists: List<String>? = null, mobileLists: List<String>? = null, serviceUri: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Notice content of alarm.

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

Email address list.

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

SMS sending mobile number.

Link copied to clipboard
val serviceUri: String? = null

Request address.

Link copied to clipboard

Notification type. support Email, SMS, DingTalk, MessageCenter.