Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.api.data.blockaid
/
BlockaidAttackType
Blockaid
Attack
Type
data
class
BlockaidAttackType
(
val
score
:
String
?
,
val
threshold
:
String
?
,
val
features
:
Map
<
String
,
String
>
?
)
Attack type information.
Members
Constructors
Blockaid
Attack
Type
Link copied to clipboard
constructor
(
score
:
String
?
,
threshold
:
String
?
,
features
:
Map
<
String
,
String
>
?
)
Properties
features
Link copied to clipboard
val
features
:
Map
<
String
,
String
>
?
score
Link copied to clipboard
val
score
:
String
?
threshold
Link copied to clipboard
val
threshold
:
String
?