Builder

class Builder

Properties

Link copied to clipboard

Time period for rate limiting

Link copied to clipboard
var rate: Double?

The rate value for the limit. For request limits, this is the number of requests allowed per period. For token limits, this is the number of tokens allowed per period. For connection limits, this is the number of concurrent connections allowed.