CompletionResultView

data class CompletionResultView(val values: List<String>, val total: Int?, val hasMore: Boolean?) : ViewModel(source)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val total: Int?
Link copied to clipboard

Functions

Link copied to clipboard
open fun template(): String