Rotation Recurrence Settings
data class RotationRecurrenceSettings(val dailySettings: List<String>? = null, val monthlySettings: List<RotationMonthlySetting>? = null, val numberOfOnCalls: Int? = null, val recurrenceMultiplier: Int? = null, val shiftCoverages: List<RotationShiftCoverage>? = null, val weeklySettings: List<RotationWeeklySetting>? = null)
Information about when an on-call rotation is in effect and how long the rotation period lasts.
Constructors
Link copied to clipboard
fun RotationRecurrenceSettings(dailySettings: List<String>? = null, monthlySettings: List<RotationMonthlySetting>? = null, numberOfOnCalls: Int? = null, recurrenceMultiplier: Int? = null, shiftCoverages: List<RotationShiftCoverage>? = null, weeklySettings: List<RotationWeeklySetting>? = null)