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

OneTimeSchedule

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

Sets the time for a one time patch deployment. Timestamp is in RFC3339 text format.

interface OneTimeSchedule {
executeTime?: Date;
}

§Properties

§
executeTime?: Date
[src]

Required. The desired patch job execution time.