RotationShiftCoverage

data class RotationShiftCoverage(val coverageTimes: List<RotationCoverageTime>, val dayOfWeek: RotationDayOfWeek)

Information about the days of the week included in on-call rotation coverage.

Constructors

Link copied to clipboard
constructor(coverageTimes: List<RotationCoverageTime>, dayOfWeek: RotationDayOfWeek)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about when an on-call shift begins and ends.

Link copied to clipboard

A list of days on which the schedule is active.