toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.crm.web
/
SearchResultItem
Search
Result
Item
data
class
SearchResultItem
(
val
id
:
String
,
val
type
:
String
,
val
title
:
String
,
val
subtitle
:
String
?
,
val
href
:
String
)
(
source
)
Members
Constructors
Search
Result
Item
Link copied to clipboard
constructor
(
id
:
String
,
type
:
String
,
title
:
String
,
subtitle
:
String
?
,
href
:
String
)
Properties
href
Link copied to clipboard
val
href
:
String
id
Link copied to clipboard
val
id
:
String
subtitle
Link copied to clipboard
val
subtitle
:
String
?
title
Link copied to clipboard
val
title
:
String
type
Link copied to clipboard
val
type
:
String