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

UpdateParametersRequest

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

Request for UpdateParameters.

interface UpdateParametersRequest {
parameters?: MemcacheParameters;
updateMask?: string;
}

§Properties

§

The parameters to apply to the instance.

§
updateMask?: string
[src]

Required. Mask of fields to update.