supabase-kt
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
supabase-kt
storage-kt
/
io.github.jan.supabase.storage.vectors.index
/
ListIndexesResponse
List
Indexes
Response
@
Serializable
data
class
ListIndexesResponse
(
indexesRaw
:
JsonArray
,
val
nextToken
:
String
?
=
null
)
(
source
)
Response from listing indexes
Members
Constructors
List
Indexes
Response
Link copied to clipboard
constructor
(
indexesRaw
:
JsonArray
,
nextToken
:
String
?
=
null
)
Properties
indexes
Link copied to clipboard
val
indexes
:
List
<
String
>
next
Token
Link copied to clipboard
val
nextToken
:
String
?