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

ListPullRequestCommentsResponse

import type { ListPullRequestCommentsResponse } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";

The response to list pull request comments.

interface ListPullRequestCommentsResponse {
nextPageToken?: string;
pullRequestComments?: PullRequestComment[];
}

§Properties

§
nextPageToken?: string
[src]

A token to set as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

§
pullRequestComments?: PullRequestComment[]
[src]

The list of pull request comments.