http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-wiretap
/
org.http4k.wiretap.mcp.completions
/
CompletionDetailView
Completion
Detail
View
data
class
CompletionDetailView
(
val
name
:
String
,
val
refType
:
String
,
val
refName
:
String
,
val
argumentNames
:
List
<
String
>
)
:
ViewModel
(
source
)
Members
Constructors
Completion
Detail
View
Link copied to clipboard
constructor
(
name
:
String
,
refType
:
String
,
refName
:
String
,
argumentNames
:
List
<
String
>
)
Properties
argument
Names
Link copied to clipboard
val
argumentNames
:
List
<
String
>
first
Argument
Name
Link copied to clipboard
val
firstArgumentName
:
String
name
Link copied to clipboard
val
name
:
String
ref
Name
Link copied to clipboard
val
refName
:
String
ref
Type
Link copied to clipboard
val
refType
:
String
Functions
template
Link copied to clipboard
open
fun
template
(
)
:
String