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

ResourcePolicyInstanceSchedulePolicySchedule

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

Schedule for an instance operation.

interface ResourcePolicyInstanceSchedulePolicySchedule {
schedule?: string;
}

§Properties

§
schedule?: string
[src]

Specifies the frequency for the operation, using the unix-cron format.