Defines a rate limit for a trigger.

Hierarchy

  • TriggerRateLimit

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
count?: number

The TriggerRateLimit count.

interval?: string

The TriggerRateLimit interval. The expected format is the number of seconds ending with an s. For example, 1 day is 86400s

Generated using TypeDoc