HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model
/
RateLimit
Rate
Limit
@
Serializable
data
class
RateLimit
(
val
limit
:
Int
?
=
null
,
val
remaining
:
Int
?
=
null
,
val
reset
:
Int
?
=
null
)
Members
Constructors
Rate
Limit
Link copied to clipboard
constructor
(
limit
:
Int
?
=
null
,
remaining
:
Int
?
=
null
,
reset
:
Int
?
=
null
)
Properties
limit
Link copied to clipboard
val
limit
:
Int
?
=
null
remaining
Link copied to clipboard
val
remaining
:
Int
?
=
null
reset
Link copied to clipboard
val
reset
:
Int
?
=
null