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

MattersListOptions

import type { MattersListOptions } from "https://googleapis.deno.dev/v1/vault:v1.ts";

Additional options for Vault#mattersList.

interface MattersListOptions {
pageSize?: number;
pageToken?: string;
state?:
| "STATE_UNSPECIFIED"
| "OPEN"
| "CLOSED"
| "DELETED";
view?: "VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
pageSize?: number
[src]

The number of matters to return in the response. Default and maximum are 100.

§
pageToken?: string
[src]

The pagination token as returned in the response.

§
state?: "STATE_UNSPECIFIED" | "OPEN" | "CLOSED" | "DELETED"
[src]

If set, lists only matters with the specified state. The default lists matters of all states.

§
view?: "VIEW_UNSPECIFIED" | "BASIC" | "FULL"
[src]

Specifies how much information about the matter to return in response.