EmergencyAlertOffStatus

data class EmergencyAlertOffStatus(val messageId: Int, val eventType: String) : EmergencyEvents

Constructors

Link copied to clipboard
fun EmergencyAlertOffStatus(messageId: Int, eventType: String)

Properties

Link copied to clipboard
val eventType: String
Link copied to clipboard
val messageId: Int

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
var type: String