kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
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
@
SerialName
(
value
=
"max_concurrency"
)
val
maxConcurrency
:
Int
remaining
Link copied to clipboard
val
remaining
:
Int
reset
After
Link copied to clipboard
@
SerialName
(
value
=
"reset_after"
)
val
resetAfter
:
DurationInMilliseconds
total
Link copied to clipboard
val
total
:
Int