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