ScheduleCategory

@Serializable
data class ScheduleCategory(val id: String, val name: String)

Represents a category associated with a schedule segment.

Constructors

Link copied to clipboard
constructor(id: String, name: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard