toggle menu
objective
0.3.1
common
switch theme
search in API
objective
/
me.haroldmartin.objective.models.index
/
Feedback
Feedback
@
Serializable
data
class
Feedback
(
val
query
:
String
,
val
objectId
:
String
,
val
label
:
FinetuneLabel
)
Members
Constructors
Feedback
Link copied to clipboard
constructor
(
query
:
String
,
objectId
:
String
,
label
:
FinetuneLabel
)
Properties
label
Link copied to clipboard
val
label
:
FinetuneLabel
object
Id
Link copied to clipboard
@
SerialName
(
value
=
"object_id"
)
val
objectId
:
String
query
Link copied to clipboard
val
query
:
String