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