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

CasesCommentsListOptions

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

Additional options for CloudSupport#casesCommentsList.

interface CasesCommentsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of comments to fetch. Defaults to 10.

§
pageToken?: string
[src]

A token identifying the page of results to return. If unspecified, the first page is returned.