SoulLogger
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SoulLogger
SoulLogger
/
com.lestere.opensource.models
/
ResponseData
/
Quota
Quota
@
Serializable
data
class
Quota
(
val
limited
:
Int
)
(
source
)
Represents request quota/limit information.
Members
Constructors
Quota
Link copied to clipboard
constructor
(
limited
:
Int
)
Properties
limited
Link copied to clipboard
val
limited
:
Int
The maximum allowed count for the request.