Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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.