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

GoogleCloudRecaptchaenterpriseV1ListKeysResponse

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

Response to request to list keys in a project.

interface GoogleCloudRecaptchaenterpriseV1ListKeysResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

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