twitchkt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
twitchkt
helix
/
io.github.captnblubber.twitchkt.helix.model
/
ScheduleSegment
/
ScheduleSegment
Schedule
Segment
constructor
(
id
:
String
,
startTime
:
Instant
,
endTime
:
Instant
,
title
:
String
,
canceledUntil
:
Instant
?
=
null
,
category
:
ScheduleCategory
?
=
null
,
isRecurring
:
Boolean
)