GetContactsRotationRecurrence

data class GetContactsRotationRecurrence(val dailySettings: List<GetContactsRotationRecurrenceDailySetting>, val monthlySettings: List<GetContactsRotationRecurrenceMonthlySetting>, val numberOfOnCalls: Int, val recurrenceMultiplier: Int, val shiftCoverages: List<GetContactsRotationRecurrenceShiftCoverage>, val weeklySettings: List<GetContactsRotationRecurrenceWeeklySetting>)

Constructors

Link copied to clipboard
constructor(dailySettings: List<GetContactsRotationRecurrenceDailySetting>, monthlySettings: List<GetContactsRotationRecurrenceMonthlySetting>, numberOfOnCalls: Int, recurrenceMultiplier: Int, shiftCoverages: List<GetContactsRotationRecurrenceShiftCoverage>, weeklySettings: List<GetContactsRotationRecurrenceWeeklySetting>)

Types

Link copied to clipboard
object Companion