PersistEntry

data class PersistEntry(val id: Int, val value: String, val time: Long, val retention: Int)

Constructors

Link copied to clipboard
constructor(id: Int, value: String, time: Long, retention: Int)

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard
val time: Long
Link copied to clipboard