ComputeRecurrenceScheduleResponse

data class ComputeRecurrenceScheduleResponse(val hours: List<Int>, val minutes: List<Int>, val monthDays: List<Int>? = null, val weekDays: List<String>? = null)

Constructors

Link copied to clipboard
constructor(hours: List<Int>, minutes: List<Int>, monthDays: List<Int>? = null, weekDays: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hours: List<Int>

Required List of hours for the schedule.

Link copied to clipboard

Required List of minutes for the schedule.

Link copied to clipboard
val monthDays: List<Int>? = null

List of month days for the schedule

Link copied to clipboard
val weekDays: List<String>? = null

List of days for the schedule.