cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
api
/
app.softwork.cikraft.api
/
Configuration
Configuration
@
Serializable
data
class
Configuration
(
val
parameterKey
:
String
,
val
parameterValue
:
String
,
val
dataType
:
String
)
(
source
)
Members
Constructors
Configuration
Link copied to clipboard
constructor
(
parameterKey
:
String
,
parameterValue
:
String
,
dataType
:
String
)
Properties
data
Type
Link copied to clipboard
@
SerialName
(
value
=
"DataType"
)
val
dataType
:
String
parameter
Key
Link copied to clipboard
@
SerialName
(
value
=
"ParameterKey"
)
val
parameterKey
:
String
parameter
Value
Link copied to clipboard
@
SerialName
(
value
=
"ParameterValue"
)
val
parameterValue
:
String