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

SearchCasesResponse

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

The response message for the SearchCases endpoint.

interface SearchCasesResponse {
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.search requests. If unspecified, there are no more results to retrieve.