MPISearchResultInternal

data class MPISearchResultInternal(    val score: Float,     val type: String,     val matches: List<MPIOfflineSearchMatch>,     val _object: MPISearchResultObject)

Constructors

Link copied to clipboard
fun MPISearchResultInternal(    score: Float,     type: String,     matches: List<MPIOfflineSearchMatch>,     _object: MPISearchResultObject)

Properties

Link copied to clipboard
val _object: MPISearchResultObject
Link copied to clipboard
val matches: List<MPIOfflineSearchMatch>
Link copied to clipboard
val score: Float
Link copied to clipboard
val type: String