toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-mcp-core
/
org.http4k.mcp
/
CompletionResponse
Completion
Response
data
class
CompletionResponse
(
val
values
:
List
<
String
>
,
val
total
:
Int
?
=
null
,
val
hasMore
:
Boolean
?
=
null
)
Members
Constructors
Completion
Response
Link copied to clipboard
constructor
(
values
:
List
<
String
>
,
total
:
Int
?
=
null
,
hasMore
:
Boolean
?
=
null
)
Properties
has
More
Link copied to clipboard
val
hasMore
:
Boolean
?
=
null
total
Link copied to clipboard
val
total
:
Int
?
=
null
values
Link copied to clipboard
val
values
:
List
<
String
>