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

ListAttachmentsResponse

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

The response message for the ListAttachments endpoint.

interface ListAttachmentsResponse {
attachments?: Attachment[];
nextPageToken?: string;
}

§Properties

§
attachments?: Attachment[]
[src]

The list of attachments associated with a case.

§
nextPageToken?: string
[src]

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