ContactsRotationRecurrenceWeeklySettingArgs

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

Constructors

constructor(dayOfWeek: Output<String>, handOffTime: Output<ContactsRotationRecurrenceWeeklySettingHandOffTimeArgs>? = null)

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.

Functions

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