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

ProjectsLocationsKeysPatchOptions

import type { ProjectsLocationsKeysPatchOptions } from "https://googleapis.deno.dev/v1/apikeys:v2.ts";

Additional options for APIKeys#projectsLocationsKeysPatch.

interface ProjectsLocationsKeysPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

The field mask specifies which fields to be updated as part of this request. All other fields are ignored. Mutable fields are: display_name, restrictions, and annotations. If an update mask is not provided, the service treats it as an implied mask equivalent to all allowed fields that are set on the wire. If the field mask has a special value "*", the service treats it equivalent to replace all allowed mutable fields.