CompletionResponse

data class CompletionResponse(val values: List<String>, val total: Int? = null, val hasMore: Boolean? = null)

Constructors

Link copied to clipboard
constructor(values: List<String>, total: Int? = null, hasMore: Boolean? = null)

Properties

Link copied to clipboard
val hasMore: Boolean? = null
Link copied to clipboard
val total: Int? = null
Link copied to clipboard