AssetAutocompleteResponse

Asset Autocomplete Response with highlighted results on asset name.

Parameters

predictions

A list of predictions based on similarity in all the localizedNames passed in query (or similarity to store_name if no localizedNames exist)

Constructors

Link copied to clipboard
constructor(predictions: List<AssetAutocompleteResponsePredictionsInner>? = null)

Properties

Link copied to clipboard
@SerializedName(value = "predictions")
val predictions: List<AssetAutocompleteResponsePredictionsInner>? = null