SystemHoursEntry

data class SystemHoursEntry(val userTypes: List<UserType>, val days: List<AbbreviatedWeekday>, val startTime: ServiceTime, val endTime: ServiceTime)(source)

Hours of operation for specific user types and days of the week.

Constructors

Link copied to clipboard
constructor(userTypes: List<UserType>, days: List<AbbreviatedWeekday>, startTime: ServiceTime, endTime: ServiceTime)

Properties

Link copied to clipboard

An array of abbreviations (first 3 letters) of English names of the days of the week for which this object applies.

Link copied to clipboard
@SerialName(value = "end_time")
val endTime: ServiceTime

End time for the hours of operation of the system in the time zone indicated in system_information.json.

Link copied to clipboard
@SerialName(value = "start_time")
val startTime: ServiceTime

Start time for the hours of operation of the system in the time zone indicated in system_information.json.

Link copied to clipboard
@SerialName(value = "user_types")
val userTypes: List<UserType>

An array of member and/or nonmember value(s).