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

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.

Functions

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