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

ProjectsLocationsClustersConsumerGroupsPatchOptions

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

Additional options for ManagedKafka#projectsLocationsClustersConsumerGroupsPatch.

interface ProjectsLocationsClustersConsumerGroupsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Required. Field mask is used to specify the fields to be overwritten in the ConsumerGroup 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.