Name | Type | Description | Notes |
---|---|---|---|
size | i64 | The total number of tokens this bucket can hold. | |
one_time_burst | Option<i64> | The initial size of a token bucket. | [optional] |
refill_time | i64 | The amount of milliseconds it takes for the bucket to refill. |