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

ProjectsLocationsRepositoriesHooksCreateOptions

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

Additional options for SecureSourceManager#projectsLocationsRepositoriesHooksCreate.

interface ProjectsLocationsRepositoriesHooksCreateOptions {
hookId?: string;
}

§Properties

§
hookId?: string
[src]

Required. The ID to use for the hook, which will become the final component of the hook's resource name. This value restricts to lower-case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.