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

ListSavedQueriesResponse

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

Definition of the response for method ListSaveQuery.

interface ListSavedQueriesResponse {
nextPageToken?: string;
savedQueries?: SavedQuery[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
savedQueries?: SavedQuery[]
[src]

List of saved queries.