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

ListCasesResponse

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

The response message for the ListCases endpoint.

interface ListCasesResponse {
cases?: Case[];
nextPageToken?: string;
}

§Properties

§
cases?: Case[]
[src]

The list of cases associated with the parent after any filters have been applied.

§
nextPageToken?: string
[src]

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