RateLimit

@Serializable
data class RateLimit(val limit: Int? = null, val remaining: Int? = null, val reset: Int? = null)

Constructors

Link copied to clipboard
constructor(limit: Int? = null, remaining: Int? = null, reset: Int? = null)

Properties

Link copied to clipboard
val limit: Int? = null
Link copied to clipboard
val remaining: Int? = null
Link copied to clipboard
val reset: Int? = null