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

SecurityPoliciesPatchRuleOptions

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

Additional options for Compute#securityPoliciesPatchRule.

interface SecurityPoliciesPatchRuleOptions {
priority?: number;
updateMask?: string;
validateOnly?: boolean;
}

§Properties

§
priority?: number
[src]

The priority of the rule to patch.

§
updateMask?: string
[src]

Indicates fields to be cleared as part of this request.

§
validateOnly?: boolean
[src]

If true, the request will not be committed.