BlockaidAttackEntry

data class BlockaidAttackEntry(val score: Int?, val threshold: Int?)

Attack entry with score and threshold.

Constructors

Link copied to clipboard
constructor(score: Int?, threshold: Int?)

Properties

Link copied to clipboard
val score: Int?
Link copied to clipboard