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