PunishmentStatsResponse

@Serializable
data class PunishmentStatsResponse(val success: Boolean? = null, val cause: String? = null, val watchdogLastMinute: Int? = null, val staffRollingDaily: Int? = null, val watchdogTotal: Int? = null, val watchdogRollingDaily: Int? = null, val staffTotal: Int? = null) : HypixelResponse

Constructors

Link copied to clipboard
constructor(success: Boolean? = null, cause: String? = null, watchdogLastMinute: Int? = null, staffRollingDaily: Int? = null, watchdogTotal: Int? = null, watchdogRollingDaily: Int? = null, staffTotal: Int? = null)

Properties

Link copied to clipboard
open override val cause: String? = null
Link copied to clipboard
@Transient
open override var rateLimit: RateLimit?
Link copied to clipboard
@SerialName(value = "staff_rollingDaily")
val staffRollingDaily: Int? = null
Link copied to clipboard
@SerialName(value = "staff_total")
val staffTotal: Int? = null
Link copied to clipboard
open override val success: Boolean? = null
Link copied to clipboard
@SerialName(value = "watchdog_lastMinute")
val watchdogLastMinute: Int? = null
Link copied to clipboard
@SerialName(value = "watchdog_rollingDaily")
val watchdogRollingDaily: Int? = null
Link copied to clipboard
@SerialName(value = "watchdog_total")
val watchdogTotal: Int? = null