ListIndexesResponse

@Serializable
data class ListIndexesResponse(indexesRaw: JsonArray, val nextToken: String? = null)(source)

Response from listing indexes

Constructors

Link copied to clipboard
constructor(indexesRaw: JsonArray, nextToken: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard