ContactsRotationRecurrenceMonthlySettingArgs

data class ContactsRotationRecurrenceMonthlySettingArgs(val dayOfMonth: Output<Int>, val handOffTime: Output<ContactsRotationRecurrenceMonthlySettingHandOffTimeArgs>? = null) : ConvertibleToJava<ContactsRotationRecurrenceMonthlySettingArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val dayOfMonth: Output<Int>

(Required) The day of the month when monthly recurring on-call rotations begin.

Link copied to clipboard

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