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

ProjectsLocationsRepositoriesBranchRulesPatchOptions

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

Additional options for SecureSourceManager#projectsLocationsRepositoriesBranchRulesPatch.

interface ProjectsLocationsRepositoriesBranchRulesPatchOptions {
updateMask?: string;
validateOnly?: boolean;
}

§Properties

§
updateMask?: string
[src]

Required. Field mask is used to specify the fields to be overwritten in the branchRule resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement.

§
validateOnly?: boolean
[src]

Optional. If set, validate the request and preview the review, but do not actually post it. (https://google.aip.dev/163, for declarative friendly)