AlertTemplate

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

Constructors

Link copied to clipboard
constructor(templateId: String, title: String, payload: String, timeToExpire: Date, numberOfRetries: Int, timeInMsBetweenRetries: Date)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard