ProjectsLocationsRepositoriesPullRequestsPatchOptions
import type { ProjectsLocationsRepositoriesPullRequestsPatchOptions } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";
Additional options for SecureSourceManager#projectsLocationsRepositoriesPullRequestsPatch.
interface ProjectsLocationsRepositoriesPullRequestsPatchOptions {
updateMask?: string;
}§Properties
§
updateMask?: string
[src]Optional. Field mask is used to specify the fields to be overwritten in the pull request 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.