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

MattersHoldsListOptions

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

Additional options for Vault#mattersHoldsList.

interface MattersHoldsListOptions {
pageSize?: number;
pageToken?: string;
view?: "HOLD_VIEW_UNSPECIFIED" | "BASIC_HOLD" | "FULL_HOLD";
}

§Properties

§
pageSize?: number
[src]

The number of holds to return in the response, between 0 and 100 inclusive. Leaving this empty, or as 0, is the same as page_size = 100.

§
pageToken?: string
[src]

The pagination token as returned in the response. An empty token means start from the beginning.

§
view?: "HOLD_VIEW_UNSPECIFIED" | "BASIC_HOLD" | "FULL_HOLD"
[src]

The amount of detail to return for a hold.