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

Minutes

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

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

interface Minutes {
periodicity?: number;
}

§Properties

§
periodicity?: number
[src]

Required. Number of minutes between runs. The interval must be greater than or equal to 5 minutes and less than or equal to 1440 minutes.