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

ProjectsLocationsRegistrationsPatchOptions

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

Additional options for Domains#projectsLocationsRegistrationsPatch.

interface ProjectsLocationsRegistrationsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Required. The field mask describing which fields to update as a comma-separated list. For example, if only the labels are being updated, the update_mask is "labels".