Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
MALApi
/
Broadcast
Broadcast
@
Serializable
data
class
Broadcast
(
val
dayOfTheWeek
:
String
?
,
val
startTime
:
String
?
)
(
source
)
Members
Constructors
Broadcast
Link copied to clipboard
constructor
(
dayOfTheWeek
:
String
?
,
startTime
:
String
?
)
Properties
day
Of
The
Week
Link copied to clipboard
@
SerialName
(
value
=
"day_of_the_week"
)
val
dayOfTheWeek
:
String
?
start
Time
Link copied to clipboard
@
SerialName
(
value
=
"start_time"
)
val
startTime
:
String
?