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

SpacesPatchOptions

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

Additional options for Meet#spacesPatch.

interface SpacesPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Optional. Field mask used to specify the fields to be updated in the space. If update_mask isn't provided(not set, set with empty paths, or only has "" as paths), it defaults to update all fields provided with values in the request. Using "*" as update_mask will update all fields, including deleting fields not set in the request.