UploadCountHistory

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

Constructors

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

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int