Values.BatchGetCodeReviewJobTasksInputSourceInput for retrieving multiple tasks associated with a code review job.
type nonrec t = {agentSpaceId : String_.t;The unique identifier of the agent space that contains the tasks.
*)codeReviewJobTaskIds : TaskIdList.t;The list of task identifiers to retrieve.
*)}