data class DepotValue
Depot value database entity.
<init> |
Depot value database entity. DepotValue(value: Double, timestamp: Long = System.currentTimeMillis()) |
timestamp |
The timestamp of the depot value. val timestamp: Long |
value |
The value of the depot. val value: Double |