Day Schedule
data class DaySchedule(val id: String, val date: String, val dayStart: String? = null, val dayEnd: String? = null, val bookability: Bookability? = null, val scheduleElements: List<ScheduleElement>? = null) : Parcelable
Constructors
Link copied to clipboard
constructor(id: String, date: String, dayStart: String? = null, dayEnd: String? = null, bookability: Bookability? = null, scheduleElements: List<ScheduleElement>? = null)
Properties
Link copied to clipboard
refer to status of resource for the selected date/time
Link copied to clipboard
the list of elements ScheduleElement