ScheduleWeeklyRecurrence

data class ScheduleWeeklyRecurrence(val time: String, val weekDays: List<String>? = null)

Constructors

Link copied to clipboard
constructor(time: String, weekDays: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the schedule takes effect.

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

A list of days that this schedule takes effect . Possible values include Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday.