WithIndex

data class WithIndex<out T>(val indexName: String, val request: T)

Constructors

Link copied to clipboard
fun <out T> WithIndex(indexName: String, request: T)

Properties

Link copied to clipboard
Link copied to clipboard
val request: T