toggle menu
ktuniversalis
7.0.2-SNAPSHOT
common
switch theme
search in API
ktuniversalis
/
cloud.drakon.ktuniversalis.entities
/
SourceUploadCount
Source
Upload
Count
@
Serializable
data
class
SourceUploadCount
(
val
sourceName
:
String
?
=
null
,
val
uploadCount
:
Int
)
Members
Constructors
Source
Upload
Count
Link copied to clipboard
constructor
(
sourceName
:
String
?
=
null
,
uploadCount
:
Int
)
Properties
source
Name
Link copied to clipboard
val
sourceName
:
String
?
=
null
The name of the client application.
upload
Count
Link copied to clipboard
val
uploadCount
:
Int
The number of uploads originating from the client application.