BatchCreatePullRequestCommentsResponse
import type { BatchCreatePullRequestCommentsResponse } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";
The response to batch create pull request comments.
interface BatchCreatePullRequestCommentsResponse {
pullRequestComments?: PullRequestComment[];
}§Properties
§
pullRequestComments?: PullRequestComment[]
[src]The list of pull request comments created.