kord-rest
common
kord-rest
/
dev.kord.rest.json.response
/
SessionStartLimitResponse
Session
Start
Limit
Response
@
Serializable
data
class
SessionStartLimitResponse
(
val
total
:
Int
,
val
remaining
:
Int
,
val
resetAfter
:
DurationInMilliseconds
,
val
maxConcurrency
:
Int
)
(
source
)
Members
Constructors
Session
Start
Limit
Response
Link copied to clipboard
constructor
(
total
:
Int
,
remaining
:
Int
,
resetAfter
:
DurationInMilliseconds
,
maxConcurrency
:
Int
)
Properties
max
Concurrency
Link copied to clipboard
val
maxConcurrency
:
Int
remaining
Link copied to clipboard
val
remaining
:
Int
reset
After
Link copied to clipboard
val
resetAfter
:
DurationInMilliseconds
total
Link copied to clipboard
val
total
:
Int