ContactsRotationRecurrenceMonthlySettingHandOffTimeArgs

data class ContactsRotationRecurrenceMonthlySettingHandOffTimeArgs(val hourOfDay: Output<Int>, val minuteOfHour: Output<Int>) : ConvertibleToJava<ContactsRotationRecurrenceMonthlySettingHandOffTimeArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val hourOfDay: Output<Int>

(Required) The hour of the day.

Link copied to clipboard
val minuteOfHour: Output<Int>

(Required) The minutes of the hour.