Usage

@Serializable
data class Usage(val total: Long? = 0, val today: Long? = 0)(source)

Constructors

Link copied to clipboard
constructor(total: Long? = 0, today: Long? = 0)

Properties

Link copied to clipboard
@SerialName(value = "today")
val today: Long?
Link copied to clipboard
@SerialName(value = "total")
val total: Long?