mcp4k
Toggle table of contents
0.4.8
common
Target filter
common
Switch theme
Search in API
Skip to content
mcp4k
mcp4k-runtime
/
sh.ondr.mcp4k.schema.resources
/
ListResourcesResult
List
Resources
Result
@
Serializable
data
class
ListResourcesResult
(
val
resources
:
List
<
Resource
>
,
val
_meta
:
Map
<
String
,
JsonElement
>
?
=
null
,
val
nextCursor
:
String
?
=
null
)
:
PaginatedResult
Members
Constructors
List
Resources
Result
Link copied to clipboard
constructor
(
resources
:
List
<
Resource
>
,
_meta
:
Map
<
String
,
JsonElement
>
?
=
null
,
nextCursor
:
String
?
=
null
)
Properties
_
meta
Link copied to clipboard
open
override
val
_meta
:
Map
<
String
,
JsonElement
>
?
next
Cursor
Link copied to clipboard
open
override
val
nextCursor
:
String
?
resources
Link copied to clipboard
val
resources
:
List
<
Resource
>