base
1.8.20a-SNAPSHOT
jvm
base
/
org.jetbrains.dokka.base.renderers.html
/
SearchRecord
Search
Record
data
class
SearchRecord
(
val
name
:
String
,
val
description
:
String
?
=
null
,
val
location
:
String
,
val
searchKeys
:
List
<
String
>
=
listOf(name)
)
Members
Constructors
Search
Record
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
?
=
null
,
location
:
String
,
searchKeys
:
List
<
String
>
=
listOf(name)
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
location
Link copied to clipboard
val
location
:
String
name
Link copied to clipboard
val
name
:
String
search
Keys
Link copied to clipboard
val
searchKeys
:
List
<
String
>