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

ListCommentsResponse

import type { ListCommentsResponse } from "https://googleapis.deno.dev/v1/cloudsupport:v2.ts";

The response message for the ListComments endpoint.

interface ListCommentsResponse {
comments?: Comment[];
nextPageToken?: string;
}

§Properties

§
comments?: Comment[]
[src]

List of the comments associated with the case.

§
nextPageToken?: string
[src]

A token to retrieve the next page of results. Set this in the page_token field of subsequent cases.comments.list requests. If unspecified, there are no more results to retrieve.