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

GoogleCloudRecaptchaenterpriseV1ReorderFirewallPoliciesRequest

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

The reorder firewall policies request message.

interface GoogleCloudRecaptchaenterpriseV1ReorderFirewallPoliciesRequest {
names?: string[];
}

§Properties

§
names?: string[]
[src]

Required. A list containing all policy names, in the new order. Each name is in the format projects/{project}/firewallpolicies/{firewallpolicy}.