ComputeRecurrenceScheduleArgs

constructor(hours: Output<List<Int>>, minutes: Output<List<Int>>, monthDays: Output<List<Int>>? = null, weekDays: Output<List<Either<String, ComputeWeekDay>>>? = null)