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