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

NotificationRateLimit

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

Control over the rate of notifications sent to this alerting policy's notification channels.

interface NotificationRateLimit {
period?: number;
}

§Properties

§
period?: number
[src]

Not more than one notification per period.