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

Schedule

import type { Schedule } from "https://googleapis.deno.dev/v1/websecurityscanner:v1.ts";

Scan schedule configuration.

interface Schedule {
intervalDurationDays?: number;
scheduleTime?: Date;
}

§Properties

§
intervalDurationDays?: number
[src]

Required. The duration of time between executions in days.

§
scheduleTime?: Date
[src]

A timestamp indicates when the next run will be scheduled. The value is refreshed by the server after each run. If unspecified, it will default to current server time, which means the scan will be scheduled to start immediately.