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

SearchCaseClassificationsResponse

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

The response message for SearchCaseClassifications endpoint.

interface SearchCaseClassificationsResponse {
caseClassifications?: CaseClassification[];
nextPageToken?: string;
}

§Properties

§
caseClassifications?: CaseClassification[]
[src]

The classifications retrieved.

§
nextPageToken?: string
[src]

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