Quota

@Serializable
data class Quota(val limited: Int)(source)

Represents request quota/limit information.

Constructors

Link copied to clipboard
constructor(limited: Int)

Properties

Link copied to clipboard

The maximum allowed count for the request.