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

GooglePrivacyDlpV2ListColumnDataProfilesResponse

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

List of profiles generated for a given organization or project.

interface GooglePrivacyDlpV2ListColumnDataProfilesResponse {
columnDataProfiles?: GooglePrivacyDlpV2ColumnDataProfile[];
nextPageToken?: string;
}

§Properties

§

List of data profiles.

§
nextPageToken?: string
[src]

The next page token.