wisp-feature-testing
Toggle table of contents
2025.04.07.134512-cd5a9ea
jvm
Platform filter
jvm
Switch theme
Search in API
wisp-feature-testing
wisp-feature-testing
/
wisp.feature.testing
/
FeaturesConfig
Features
Config
data
class
FeaturesConfig
@
JvmOverloads
constructor
(
val
featureName
:
String
,
val
key
:
String
?
=
null
,
val
attributes
:
Attributes
=
Attributes()
,
val
value
:
String
,
val
type
:
String
=
"String"
)
Members
Constructors
Features
Config
Link copied to clipboard
@
JvmOverloads
constructor
(
featureName
:
String
,
key
:
String
?
=
null
,
attributes
:
Attributes
=
Attributes()
,
value
:
String
,
type
:
String
=
"String"
)
Properties
attributes
Link copied to clipboard
val
attributes
:
Attributes
feature
Name
Link copied to clipboard
val
featureName
:
String
key
Link copied to clipboard
val
key
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
value
Link copied to clipboard
val
value
:
String