toggle menu
wisp-feature-testing
2024.07.01.013832-751f806
jvm
switch theme
search in API
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