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;
}