Alert
data class Alert(id: Int, createTime: Instant?, subject: String, status: AlertStatus)
Content copied to clipboard
Parameters
id
The numeric alert ID
createTime
The date and time the alert was issued, in Epoch time
subject
The subject of the alert
status
UNREAD, READ, DELETED, UNDELETED
Constructors
Properties
Sources
jvm source
Link copied to clipboard