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

GooglePrivacyDlpV2ListTableDataProfilesResponse

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

List of profiles generated for a given organization or project.

interface GooglePrivacyDlpV2ListTableDataProfilesResponse {
nextPageToken?: string;
tableDataProfiles?: GooglePrivacyDlpV2TableDataProfile[];
}

§Properties

§
nextPageToken?: string
[src]

The next page token.

§

List of data profiles.