Relative Monthly Schedule Response
data class RelativeMonthlyScheduleResponse(val dayOfWeek: String, val intervalMonths: Int, val weekIndex: String)
For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'.