ContactsRotationRecurrenceWeeklySettingArgs

data class ContactsRotationRecurrenceWeeklySettingArgs(val dayOfWeek: Output<String>, val handOffTime: Output<ContactsRotationRecurrenceWeeklySettingHandOffTimeArgs>? = null) : ConvertibleToJava<ContactsRotationRecurrenceWeeklySettingArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val dayOfWeek: Output<String>

(Required) The day of the week when the shift coverage occurs.

Link copied to clipboard

(Required) The hand off time. See Hand Off Time for more details.