Box

@Serializable
data class Box(val box: String, val timestamp: Long = 0)

Simple box object.

Author

Marcus Cvjeticanin

Since

0.2.0

Constructors

Link copied to clipboard
constructor(box: String, timestamp: Long = 0)

Properties

Link copied to clipboard
val box: String
Link copied to clipboard
val timestamp: Long = 0