TimeInWeekResponse

data class TimeInWeekResponse(val day: String? = null, val hourSlots: List<Int>? = null)

Time in a week.

Constructors

Link copied to clipboard
constructor(day: String? = null, hourSlots: List<Int>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: String? = null

A day in a week.

Link copied to clipboard
val hourSlots: List<Int>? = null

hour slots in a day.