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

ProjectsKeysListIpOverridesOptions

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

Additional options for reCAPTCHAEnterprise#projectsKeysListIpOverrides.

interface ProjectsKeysListIpOverridesOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of overrides to return. Default is 10. Max limit is 100. If the number of overrides is less than the page_size, all overrides are returned. If the page size is more than 100, it is coerced to 100.

§
pageToken?: string
[src]

Optional. The next_page_token value returned from a previous ListIpOverridesRequest, if any.