Advanced Schedule Response
data class AdvancedScheduleResponse(val monthDays: List<Int>? = null, val monthlyOccurrences: List<AdvancedScheduleMonthlyOccurrenceResponse>? = null, val weekDays: List<String>? = null)
The properties of the create Advanced Schedule.
Constructors
Link copied to clipboard
fun AdvancedScheduleResponse(monthDays: List<Int>? = null, monthlyOccurrences: List<AdvancedScheduleMonthlyOccurrenceResponse>? = null, weekDays: List<String>? = null)