Compute Recurrence Schedule Args
data class ComputeRecurrenceScheduleArgs(val hours: Output<List<Int>>, val minutes: Output<List<Int>>, val monthDays: Output<List<Int>>? = null, val weekDays: Output<List<Either<String, ComputeWeekDay>>>? = null) : ConvertibleToJava<ComputeRecurrenceScheduleArgs>