vncore / com.venuenext.vncore.model / Notification / State

State

data class State

Constructors

<init>

State(resource: String? = null, id: String? = null, state: String? = null, timestamp: Int? = 0)

Properties

id

var id: String?

resource

var resource: String?

state

var state: String?

timestamp

var timestamp: Int?