BatchCreatePullRequestCommentsRequest
import type { BatchCreatePullRequestCommentsRequest } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";
The request to batch create pull request comments.
interface BatchCreatePullRequestCommentsRequest {
requests?: CreatePullRequestCommentRequest[];
}§Properties
§
requests?: CreatePullRequestCommentRequest[]
[src]Required. 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