requests property
The request message specifying the resources to create.
There should be exactly one CreatePullRequestCommentRequest with CommentDetail being REVIEW in the list, and no more than 100 CreatePullRequestCommentRequests with CommentDetail being CODE in the list
Required.
Implementation
core.List<CreatePullRequestCommentRequest>? requests;