Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RateLimit

Rate-limiting policy for a usage plan.

Enumerations

Properties

Functions

Properties

unit

unit: Unit

The unit of time over which rate limits are calculated. Example: {@code SECOND}

value

value: number

The number of requests that can be made per time period. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: RateLimit): object

getJsonObj