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
/
ScheduleCategory
Schedule
Category
@
Serializable
data
class
ScheduleCategory
(
val
id
:
String
,
val
name
:
String
)
Represents a category associated with a schedule segment.
Members
Constructors
Schedule
Category
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String