SessionStartLimitResponse

data class SessionStartLimitResponse(val total: Int, val remaining: Int, val resetAfter: DurationInMilliseconds, val maxConcurrency: Int)(source)

Constructors

Link copied to clipboard
constructor(total: Int, remaining: Int, resetAfter: DurationInMilliseconds, maxConcurrency: Int)

Properties

Link copied to clipboard
@SerialName(value = "max_concurrency")
val maxConcurrency: Int
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "reset_after")
val resetAfter: DurationInMilliseconds
Link copied to clipboard
val total: Int