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

GooglePrivacyDlpV2ListInspectTemplatesResponse

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

Response message for ListInspectTemplates.

interface GooglePrivacyDlpV2ListInspectTemplatesResponse {
inspectTemplates?: GooglePrivacyDlpV2InspectTemplate[];
nextPageToken?: string;
}

§Properties

§

List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.

§
nextPageToken?: string
[src]

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