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

GooglePrivacyDlpV2ListConnectionsResponse

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

Response message for ListConnections.

interface GooglePrivacyDlpV2ListConnectionsResponse {
nextPageToken?: string;
}

§Properties

§

List of connections.

§
nextPageToken?: string
[src]

Token to retrieve the next page of results. An empty value means there are no more results.