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

CaseClassificationsSearchOptions

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

Additional options for CloudSupport#caseClassificationsSearch.

interface CaseClassificationsSearchOptions {
pageSize?: number;
pageToken?: string;
query?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of classifications fetched with each request.

§
pageToken?: string
[src]

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

§
query?: string
[src]

An expression used to filter case classifications. If it's an empty string, then no filtering happens. Otherwise, case classifications will be returned that match the filter.