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;
}import type { Minutes } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";
Used to schedule the query to run every so many minutes.