UploadCountHistory

@Serializable
data class UploadCountHistory(val uploadCountByDay: IntArray? = null)

Constructors

Link copied to clipboard
constructor(uploadCountByDay: IntArray? = null)

Properties

Link copied to clipboard

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