Completion

constructor(vararg values: String, total: Int? = null, hasMore: Boolean? = null)
constructor(values: List<String>, total: Int? = null, hasMore: Boolean? = null)