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

ResourcePolicySnapshotSchedulePolicySchedule

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

A schedule for disks where the schedueled operations are performed.

interface ResourcePolicySnapshotSchedulePolicySchedule {
dailySchedule?: ResourcePolicyDailyCycle;
hourlySchedule?: ResourcePolicyHourlyCycle;
weeklySchedule?: ResourcePolicyWeeklyCycle;
}