base
1.7.10
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)
)
Content copied to clipboard
Types
Constructors
Properties
Constructors
Search
Record
Link copied to clipboard
fun
SearchRecord
(
name
:
String
,
description
:
String
?
=
null
,
location
:
String
,
searchKeys
:
List
<
String
>
=
listOf(name)
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
Content copied to clipboard
location
Link copied to clipboard
val
location
:
String
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
searchKeys
Link copied to clipboard
val
searchKeys
:
List
<
String
>
Content copied to clipboard