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

ProjectsLocationsRepositoriesBranchRulesDeleteOptions

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

Additional options for SecureSourceManager#projectsLocationsRepositoriesBranchRulesDelete.

interface ProjectsLocationsRepositoriesBranchRulesDeleteOptions {
allowMissing?: boolean;
}

§Properties

§
allowMissing?: boolean
[src]

Optional. If set to true, and the branch rule is not found, the request will succeed but no action will be taken on the server.