kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.suggest
/
Suggestion
/
Yelp
Yelp
data
class
Yelp
(
val
url
:
String
,
val
title
:
String
,
val
icon
:
ByteArray
?
,
val
iconMimetype
:
String
?
,
val
score
:
Double
,
val
hasLocationSign
:
Boolean
,
val
subjectExactMatch
:
Boolean
,
val
locationParam
:
String
)
:
Suggestion
Members
Constructors
Yelp
Link copied to clipboard
constructor
(
url
:
String
,
title
:
String
,
icon
:
ByteArray
?
,
iconMimetype
:
String
?
,
score
:
Double
,
hasLocationSign
:
Boolean
,
subjectExactMatch
:
Boolean
,
locationParam
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
has
Location
Sign
Link copied to clipboard
val
hasLocationSign
:
Boolean
icon
Link copied to clipboard
val
icon
:
ByteArray
?
icon
Mimetype
Link copied to clipboard
val
iconMimetype
:
String
?
location
Param
Link copied to clipboard
val
locationParam
:
String
score
Link copied to clipboard
val
score
:
Double
subject
Exact
Match
Link copied to clipboard
val
subjectExactMatch
:
Boolean
title
Link copied to clipboard
val
title
:
String
url
Link copied to clipboard
val
url
:
String