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/saasservicemgmt:v1beta1.ts";

A time specification to schedule the maintenance.

interface Schedule {
startTime?: Date;
}

§Properties

§
startTime?: Date
[src]

Optional. Start of operation. If not set, will be set to the start of the next window. (optional)