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

Daily

import type { Daily } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

Used to schedule the query to run every so many days.

interface Daily {
executionTime?: TimeOfDay;
periodicity?: number;
}

§Properties

§
executionTime?: TimeOfDay
[src]

Optional. The time of day (in UTC) at which the query should run. If left unspecified, the server picks an arbitrary time of day and runs the query at the same time each day.

§
periodicity?: number
[src]

Required. The number of days between runs. Must be greater than or equal to 1 day and less than or equal to 31 days.