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

SecurityPolicyRuleRateLimitOptionsThreshold

import type { SecurityPolicyRuleRateLimitOptionsThreshold } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface SecurityPolicyRuleRateLimitOptionsThreshold {
count?: number;
intervalSec?: number;
}

§Properties

§
count?: number
[src]

Number of HTTP(S) requests for calculating the threshold.

§
intervalSec?: number
[src]

Interval over which the threshold is computed.