UploadCountHistory

@Serializable
data class UploadCountHistory(val uploadCountByDay: List<Int>? = null)

Constructors

Link copied to clipboard
constructor(uploadCountByDay: List<Int>? = null)

Properties

Link copied to clipboard
val uploadCountByDay: List<Int>? = null

The list of upload counts per day, over the past 30 days