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

GooglePrivacyDlpV2SearchConnectionsResponse

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

Response message for SearchConnections.

interface GooglePrivacyDlpV2SearchConnectionsResponse {
nextPageToken?: string;
}

§Properties

§

List of connections that match the search query. Note that only a subset of the fields will be populated, and only "name" is guaranteed to be set. For full details of a Connection, call GetConnection with the name.

§
nextPageToken?: string
[src]

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