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.