requests property

List<CreatePullRequestCommentRequest>? requests
getter/setter pair

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;