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

ListMattersResponse

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

Provides the list of matters.

interface ListMattersResponse {
matters?: Matter[];
nextPageToken?: string;
}

§Properties

§
matters?: Matter[]
[src]

List of matters.

§
nextPageToken?: string
[src]

Page token to retrieve the next page of results in the list.