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