toggle menu
Ksui
2.0.0
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
DataTransactionInput
/
DtiPure
Dti
Pure
@
Serializable
data
class
DtiPure
(
val
type
:
String
,
val
valueType
:
String
,
val
value
:
String
?
=
null
)
:
DataTransactionInput
Members
Constructors
Dti
Pure
Link copied to clipboard
constructor
(
type
:
String
,
valueType
:
String
,
value
:
String
?
=
null
)
Properties
type
Link copied to clipboard
open
override
val
type
:
String
value
Link copied to clipboard
val
value
:
String
?
=
null
value
Type
Link copied to clipboard
val
valueType
:
String