This object represents a rate limitation, which allows to limit the requests which a user can send
DocumentProperty | Type | Description |
---|---|---|
id | Integer | Unique identifier for the object |
priority | Integer | All rates are applied based on the priority, higher priorities are applied first |
name | Text | Unique name of the object |
rateLimit | Integer | Maximum number of allowed requests |
timespan | Text | Timespan for the allowed requests |
allocation | Backend_RateAllocation | Through a rate allocation a user gets assigned to a specific rate |
metadata | Common_Metadata | Use this parameter to attach key-value data |