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

Hourly

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

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

interface Hourly {
minuteOffset?: number;
periodicity?: number;
}

§Properties

§
minuteOffset?: number
[src]

Optional. The number of minutes after the hour (in UTC) to run the query. Must be greater than or equal to 0 minutes and less than or equal to 59 minutes. If left unspecified, then an arbitrary offset is used.

§
periodicity?: number
[src]

Required. The number of hours between runs. Must be greater than or equal to 1 hour and less than or equal to 48 hours.