cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
proxy
/
app.softwork.cikraft.proxy
/
KeyValueMapOperations
/
Get
Get
@
Serializable
data
class
Get
(
val
assignTo
:
String
,
val
index
:
Int
=
1
,
val
key
:
KeyValueMapOperations.Get.Key
)
(
source
)
Members
Constructors
Get
Link copied to clipboard
constructor
(
assignTo
:
String
,
index
:
Int
=
1
,
key
:
KeyValueMapOperations.Get.Key
)
Types
Key
Link copied to clipboard
@
Serializable
data
class
Key
(
val
parameter
:
String
)
Properties
assign
To
Link copied to clipboard
val
assignTo
:
String
index
Link copied to clipboard
val
index
:
Int
key
Link copied to clipboard
val
key
:
KeyValueMapOperations.Get.Key