Schedule Recurrence Response
data class ScheduleRecurrenceResponse(val recurrenceType: String, val recurrenceValue: Int, val weeklyDaysList: List<String>? = null)
The schedule recurrence.
Constructors
Link copied to clipboard
fun ScheduleRecurrenceResponse(recurrenceType: String, recurrenceValue: Int, weeklyDaysList: List<String>? = null)