Abuse Penalty Response
data class AbusePenaltyResponse(val action: String? = null, val expiration: String? = null, val rateLimitPercentage: Double? = null)
The abuse penalty.
Constructors
Link copied to clipboard
fun AbusePenaltyResponse(action: String? = null, expiration: String? = null, rateLimitPercentage: Double? = null)