Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
SubDlApi
/
Usage
Usage
@
Serializable
data
class
Usage
(
val
total
:
Long
?
=
0
,
val
today
:
Long
?
=
0
)
(
source
)
Members
Constructors
Usage
Link copied to clipboard
constructor
(
total
:
Long
?
=
0
,
today
:
Long
?
=
0
)
Properties
today
Link copied to clipboard
@
SerialName
(
value
=
"today"
)
val
today
:
Long
?
total
Link copied to clipboard
@
SerialName
(
value
=
"total"
)
val
total
:
Long
?