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

ListIssueCommentsResponse

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

The response to list issue comments.

interface ListIssueCommentsResponse {
issueComments?: IssueComment[];
nextPageToken?: string;
}

§Properties

§
issueComments?: IssueComment[]
[src]

The list of issue comments.

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.