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

GooglePrivacyDlpV2ListDeidentifyTemplatesResponse

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

Response message for ListDeidentifyTemplates.

interface GooglePrivacyDlpV2ListDeidentifyTemplatesResponse {
deidentifyTemplates?: GooglePrivacyDlpV2DeidentifyTemplate[];
nextPageToken?: string;
}

§Properties

§

List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.

§
nextPageToken?: string
[src]

If the next page is available then the next page token to be used in the following ListDeidentifyTemplates request.