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

GoogleCloudRecaptchaenterpriseV1ListFirewallPoliciesResponse

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

Response to request to list firewall policies belonging to a project.

interface GoogleCloudRecaptchaenterpriseV1ListFirewallPoliciesResponse {
nextPageToken?: string;
}

§Properties

§

Policy details.

§
nextPageToken?: string
[src]

Token to retrieve the next page of results. It is set to empty if no policies remain in results.