ContactsRotationRecurrenceMonthlySettingArgs

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

Constructors

constructor(dayOfMonth: Output<Int>, handOffTime: Output<ContactsRotationRecurrenceMonthlySettingHandOffTimeArgs>? = null)

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.

Functions

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