data class Notification
data class State
Notification(state: State)
var state: State
fun Notification?.resourceType(): String