micro_utils.dokka
0.17.7
common
micro_utils.dokka
/
dev.inmo.micro_utils.repos.ktor.common.key_value
Package-level
declarations
Types
Properties
Types
Key
Value
Post
Object
Link copied to clipboard
@
Serializable
data
class
KeyValuePostObject
<
K
,
V
>
(
val
key
:
K
,
val
value
:
V
)
Properties
contains
Route
Link copied to clipboard
const
val
containsRoute
:
String
count
Route
Link copied to clipboard
const
val
countRoute
:
String
get
Route
Link copied to clipboard
const
val
getRoute
:
String
key
Parameter
Name
Link copied to clipboard
const
val
keyParameterName
:
String
keys
Route
Link copied to clipboard
const
val
keysRoute
:
String
on
New
Value
Route
Link copied to clipboard
const
val
onNewValueRoute
:
String
on
Value
Removed
Route
Link copied to clipboard
const
val
onValueRemovedRoute
:
String
reversed
Parameter
Name
Link copied to clipboard
const
val
reversedParameterName
:
String
set
Route
Link copied to clipboard
const
val
setRoute
:
String
unset
Route
Link copied to clipboard
const
val
unsetRoute
:
String
unset
With
Values
Route
Link copied to clipboard
const
val
unsetWithValuesRoute
:
String
values
Route
Link copied to clipboard
const
val
valuesRoute
:
String