RotationWeeklySettingArgs

data class RotationWeeklySettingArgs(val dayOfWeek: Output<RotationDayOfWeek>, val handOffTime: Output<String>) : ConvertibleToJava<RotationWeeklySettingArgs>

DayOfWeek for Rotation and HandOff Time for Weekly Recurring Rotation.

Constructors

Link copied to clipboard
constructor(dayOfWeek: Output<RotationDayOfWeek>, handOffTime: Output<String>)

Properties

Link copied to clipboard

The day of the week when weekly recurring on-call shift rotations begins.

Link copied to clipboard
val handOffTime: Output<String>

The time of day when a weekly recurring on-call shift rotation begins.

Functions

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