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

GooglePrivacyDlpV2ListJobTriggersResponse

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

Response message for ListJobTriggers.

interface GooglePrivacyDlpV2ListJobTriggersResponse {
nextPageToken?: string;
}

§Properties

§

List of triggeredJobs, up to page_size in ListJobTriggersRequest.

§
nextPageToken?: string
[src]

If the next page is available then this value is the next page token to be used in the following ListJobTriggers request.