AssetAutocompleteResponsePredictionsInner

constructor(name: String? = null, highlighted: String? = null, storeId: String, types: List<String>? = null, matchedSubstrings: List<MatchedSubstring>? = null)

Parameters

name

The name property of each prediction will be filled with the localized name of your asset in the language you provided in your query if it exists, or else the default name property.

highlighted

an HTML formatted string with, if it exists, the matched substring(s) in bold font.

storeId

A textual identifier that uniquely identifies an Asset. It must matches the following regexp [A-Za-z0-9]+

types

Contains an array of types describing the Asset.

matchedSubstrings