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

GooglePrivacyDlpV2ListProjectDataProfilesResponse

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

List of profiles generated for a given organization or project.

interface GooglePrivacyDlpV2ListProjectDataProfilesResponse {
nextPageToken?: string;
projectDataProfiles?: GooglePrivacyDlpV2ProjectDataProfile[];
}

§Properties

§
nextPageToken?: string
[src]

The next page token.

§

List of data profiles.