AlertTemplateConfiguration

data class AlertTemplateConfiguration(val annotations: Map<String, String>? = null, val id: String, val lang: String? = null, val tokens: Map<String, String>? = null, val type: String)

Constructors

Link copied to clipboard
constructor(annotations: Map<String, String>? = null, id: String, lang: String? = null, tokens: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: Map<String, String>? = null

Alert template annotations.

Link copied to clipboard
val id: String

Alert template id.

Link copied to clipboard
val lang: String? = null

Alert template language including cn, en.

Link copied to clipboard
val tokens: Map<String, String>? = null

Alert template tokens.

Link copied to clipboard

Alert template type including sys, user.