RotationShiftCoverageArgs

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
fun RotationShiftCoverageArgs(coverageTimes: Output<List<RotationCoverageTimeArgs>>, dayOfWeek: Output<RotationDayOfWeek>)

Functions

Link copied to clipboard
open override fun toJava(): RotationShiftCoverageArgs

Properties

Link copied to clipboard

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

Link copied to clipboard