ListResourcesResult
data class ListResourcesResult(val resources: List<Resource>, val nextCursor: String? = null, val meta: JsonObject? = null) : ServerResult, PaginatedResult(source)
The server's response to a ListResourcesRequest from the client.
Returns the available resources along with pagination information if there are more results.