Values.BatchDeleteCodeReviewsOutputSourceOutput for the BatchDeleteCodeReviews operation.
type nonrec t = {deleted : CodeReviewIdList.t option;The list of identifiers of the code reviews that were successfully deleted.
*)failed : DeleteCodeReviewFailureList.t option;The list of code reviews that failed to delete, including the reason for each failure.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]