AbusePenaltyResponse

data class AbusePenaltyResponse(val action: String? = null, val expiration: String? = null, val rateLimitPercentage: Double? = null)

The abuse penalty.

Constructors

Link copied to clipboard
constructor(action: String? = null, expiration: String? = null, rateLimitPercentage: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

The action of AbusePenalty.

Link copied to clipboard
val expiration: String? = null

The datetime of expiration of the AbusePenalty.

Link copied to clipboard

The percentage of rate limit.