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

SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch

import type { SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch {
name?: string;
values?: string[];
}

§Properties

§
name?: string
[src]

Name of the user-defined field, as given in the definition.

§
values?: string[]
[src]

Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").