toggle menu
objective
0.3.1
common
switch theme
search in API
objective
/
me.haroldmartin.objective.models.index
/
IndexType
Index
Type
@
Serializable
data
class
IndexType
(
val
name
:
IndexTypeName
=
IndexTypeName.TEXT
,
val
highlights
:
Highlights
?
=
null
,
val
finetuning
:
Finetuning
?
=
null
,
val
version
:
String
?
=
null
)
Members
Constructors
Index
Type
Link copied to clipboard
constructor
(
name
:
IndexTypeName
=
IndexTypeName.TEXT
,
highlights
:
Highlights
?
=
null
,
finetuning
:
Finetuning
?
=
null
,
version
:
String
?
=
null
)
Properties
finetuning
Link copied to clipboard
val
finetuning
:
Finetuning
?
=
null
highlights
Link copied to clipboard
val
highlights
:
Highlights
?
=
null
name
Link copied to clipboard
val
name
:
IndexTypeName
version
Link copied to clipboard
val
version
:
String
?
=
null