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

ApplyParametersRequest

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

Request for ApplyParameters.

interface ApplyParametersRequest {
applyAll?: boolean;
nodeIds?: string[];
}

§Properties

§
applyAll?: boolean
[src]

Whether to apply instance-level parameter group to all nodes. If set to true, users are restricted from specifying individual nodes, and ApplyParameters updates all nodes within the instance.

§
nodeIds?: string[]
[src]

Nodes to which the instance-level parameter group is applied.