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
/
BlockaidValidationFeature
Blockaid
Validation
Feature
data
class
BlockaidValidationFeature
(
val
entity
:
String
?
,
val
type
:
String
,
val
featureId
:
String
,
val
description
:
String
,
val
address
:
String
?
)
Feature detected during validation.
Members
Constructors
Blockaid
Validation
Feature
Link copied to clipboard
constructor
(
entity
:
String
?
,
type
:
String
,
featureId
:
String
,
description
:
String
,
address
:
String
?
)
Properties
address
Link copied to clipboard
val
address
:
String
?
description
Link copied to clipboard
val
description
:
String
entity
Link copied to clipboard
val
entity
:
String
?
feature
Id
Link copied to clipboard
@
SerializedName
(
value
=
"feature_id"
)
val
featureId
:
String
type
Link copied to clipboard
val
type
:
String