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

FixedFrequencySchedule

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

This schedule allows the backup to be triggered at a fixed frequency (currently only daily is supported).

interface FixedFrequencySchedule {
startTime?: TimeOfDay;
}

§Properties

§
startTime?: TimeOfDay
[src]

Required. The start time of every automated backup in UTC. It must be set to the start of an hour. This field is required.