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
/
PluginEndpointInventoryItem
Plugin
Endpoint
Inventory
Item
@
Serializable
data
class
PluginEndpointInventoryItem
(
val
endpointId
:
String
,
val
method
:
String
,
val
path
:
String
)
(
source
)
Members
Constructors
Plugin
Endpoint
Inventory
Item
Link copied to clipboard
constructor
(
endpointId
:
String
,
method
:
String
,
path
:
String
)
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