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

ProjectsLocationsClustersTopicsPatchOptions

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

Additional options for ManagedKafka#projectsLocationsClustersTopicsPatch.

interface ProjectsLocationsClustersTopicsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Required. Field mask is used to specify the fields to be overwritten in the Topic 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 mask is required and a value of * will update all fields.