ContactsRotationRecurrenceDailySetting

data class ContactsRotationRecurrenceDailySetting(val hourOfDay: Int, val minuteOfHour: Int)

Constructors

Link copied to clipboard
constructor(hourOfDay: Int, minuteOfHour: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Required) The hour of the day.

Link copied to clipboard

(Required) The minutes of the hour.