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

GooglePrivacyDlpV2Schedule

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

Schedule for inspect job triggers.

interface GooglePrivacyDlpV2Schedule {
recurrencePeriodDuration?: number;
}

§Properties

§
recurrencePeriodDuration?: number
[src]

With this option a job is started on a regular periodic basis. For example: every day (86400 seconds). A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs. This value must be set to a time duration greater than or equal to 1 day and can be no longer than 60 days.