@Beta(2020, 12) data class FuzzyOutcome : Serializable
The outcome of the successful call to the Fuzzy Search service.
summary
- The summary of a Search API call.
fuzzyDetailsList
- Data returned from the Search API.
val fuzzyDetailsList: List<FuzzySearchDetails>
Data returned from the Search API. |
|
val summary: Summary
The summary of a Search API call. |