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

ListHooksResponse

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

ListHooksResponse is response to list hooks.

interface ListHooksResponse {
hooks?: Hook[];
nextPageToken?: string;
}

§Properties

§
hooks?: Hook[]
[src]

The list of hooks.

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.