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

DailyCycle

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

Time window specified for daily operations.

interface DailyCycle {
duration?: number;
startTime?: TimeOfDay;
}

§Properties

§
duration?: number
[src]

Output only. Duration of the time window, set by service producer.

§
startTime?: TimeOfDay
[src]

Time within the day to start the operations.