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

GooglePrivacyDlpV2ListDiscoveryConfigsResponse

import type { GooglePrivacyDlpV2ListDiscoveryConfigsResponse } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Response message for ListDiscoveryConfigs.

interface GooglePrivacyDlpV2ListDiscoveryConfigsResponse {
discoveryConfigs?: GooglePrivacyDlpV2DiscoveryConfig[];
nextPageToken?: string;
}

§Properties

§

List of configs, up to page_size in ListDiscoveryConfigsRequest.

§
nextPageToken?: string
[src]

If the next page is available then this value is the next page token to be used in the following ListDiscoveryConfigs request.