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

GooglePrivacyDlpV2CreateJobTriggerRequest

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

Request message for CreateJobTrigger.

interface GooglePrivacyDlpV2CreateJobTriggerRequest {
locationId?: string;
triggerId?: string;
}

§Properties

§

Required. The JobTrigger to create.

§
locationId?: string
[src]

Deprecated. This field has no effect.

§
triggerId?: string
[src]

The trigger id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\d-_]+. The maximum length is 100 characters. Can be empty to allow the system to generate one.