WeekDetailsResponse

data class WeekDetailsResponse(val time: String? = null, val weekdays: List<String>? = null)

Properties of a weekly schedule.

Constructors

Link copied to clipboard
constructor(time: String? = null, weekdays: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val time: String? = null

The time of the day the schedule will occur.

Link copied to clipboard
val weekdays: List<String>? = null

The days of the week for which the schedule is set (e.g. Sunday, Monday, Tuesday, etc.).