Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-jvm-runtime
/
com.keel.jvm.runtime
/
PluginRouteInventoryItem
Plugin
Route
Inventory
Item
@
Serializable
data
class
PluginRouteInventoryItem
(
val
routeType
:
String
,
val
path
:
String
,
val
method
:
String
?
=
null
,
val
endpointId
:
String
?
=
null
)
(
source
)
Members
Constructors
Plugin
Route
Inventory
Item
Link copied to clipboard
constructor
(
routeType
:
String
,
path
:
String
,
method
:
String
?
=
null
,
endpointId
:
String
?
=
null
)
Properties
endpoint
Id
Link copied to clipboard
val
endpointId
:
String
?
method
Link copied to clipboard
val
method
:
String
?
path
Link copied to clipboard
val
path
:
String
route
Type
Link copied to clipboard
val
routeType
:
String