Job Recurrence Schedule Args
data class JobRecurrenceScheduleArgs(val hours: Output<List<Int>>? = null, val minutes: Output<List<Int>>? = null, val monthDays: Output<List<Int>>? = null, val monthlyOccurrences: Output<List<JobRecurrenceScheduleMonthlyOccurrenceArgs>>? = null, val weekDays: Output<List<DayOfWeek>>? = null) : ConvertibleToJava<JobRecurrenceScheduleArgs>