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

ListHoldsResponse

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

The holds for a matter.

interface ListHoldsResponse {
holds?: Hold[];
nextPageToken?: string;
}

§Properties

§
holds?: Hold[]
[src]

The list of holds.

§
nextPageToken?: string
[src]

Page token to retrieve the next page of results in the list. If this is empty, then there are no more holds to list.