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

MattersGetOptions

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

Additional options for Vault#mattersGet.

interface MattersGetOptions {
view?: "VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

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

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