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

CasesAttachmentsListOptions

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

Additional options for CloudSupport#casesAttachmentsList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100. The size of each page can be smaller than the requested page size and can include zero. For example, you could request 100 attachments on one page, receive 0, and then on the next page, receive 90.

§
pageToken?: string
[src]

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