SourceUploadCount

@Serializable
data class SourceUploadCount(val sourceName: String? = null, val uploadCount: Int)

Constructors

Link copied to clipboard
constructor(sourceName: String? = null, uploadCount: Int)

Properties

Link copied to clipboard
val sourceName: String? = null

The name of the client application.

Link copied to clipboard

The number of uploads originating from the client application.