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

GooglePrivacyDlpV2ListDlpJobsResponse

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

The response message for listing DLP jobs.

interface GooglePrivacyDlpV2ListDlpJobsResponse {
nextPageToken?: string;
}

§Properties

§

A list of DlpJobs that matches the specified filter in the request.

§
nextPageToken?: string
[src]

The standard List next-page token.