Channel

data class Channel(fDate: LocalDate, fTime: LocalTime, name: String, tDate: LocalDate, tTime: LocalTime, uRefL: List<Int>)

Properties

fDate
Link copied to clipboard
val fDate: LocalDate
fTime
Link copied to clipboard
val fTime: LocalTime
name
Link copied to clipboard
val name: String
tDate
Link copied to clipboard
val tDate: LocalDate
tTime
Link copied to clipboard
val tTime: LocalTime
uRefL
Link copied to clipboard
val uRefL: List<Int>