Rotation Shift Coverage Args
data class RotationShiftCoverageArgs(val coverageTimes: Output<List<RotationCoverageTimeArgs>>, val dayOfWeek: Output<RotationDayOfWeek>) : ConvertibleToJava<RotationShiftCoverageArgs>
Information about the days of the week included in on-call rotation coverage.
Constructors
Link copied to clipboard
constructor(coverageTimes: Output<List<RotationCoverageTimeArgs>>, dayOfWeek: Output<RotationDayOfWeek>)