ResultRow

data class ResultRow<T : Any>(val addedAt: Instant, val updatedAt: Instant, val expiresAt: Instant?, val readAt: Instant?, val writeAt: Instant, val value: T)(source)

Constructors

Link copied to clipboard
constructor(addedAt: Instant, updatedAt: Instant, expiresAt: Instant?, readAt: Instant?, writeAt: Instant, value: T)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: T
Link copied to clipboard