AlertTemplate

data class AlertTemplate(templateId: String, title: String, payload: String, timeToExpire: Date, numberOfRetries: Int, timeInMsBetweenRetries: Date)

Properties

Link copied to clipboard
val numberOfRetries: Int
Link copied to clipboard
val payload: String
Link copied to clipboard
val templateId: String
Link copied to clipboard
val timeInMsBetweenRetries: Date
Link copied to clipboard
val timeToExpire: Date
Link copied to clipboard
val title: String