app
androidJvm
app
/
openfoodfacts.github.scrachx.openfood.models
/
Question
Question
androidJvm
data
class
Question
(
val
insightId
:
String
,
val
code
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
value
:
String
?
=
null
,
val
questionText
:
String
?
=
null
,
val
insightType
:
String
?
=
null
,
val
sourceImageUrl
:
String
?
=
null
,
val
imageUrl
:
String
?
=
null
)
:
Serializable
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Question
Link copied to clipboard
androidJvm
fun
Question
(
insightId
:
String
,
code
:
String
?
=
null
,
type
:
String
?
=
null
,
value
:
String
?
=
null
,
questionText
:
String
?
=
null
,
insightType
:
String
?
=
null
,
sourceImageUrl
:
String
?
=
null
,
imageUrl
:
String
?
=
null
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
androidJvm
object
Companion
Content copied to clipboard
Functions
is
Empty
Link copied to clipboard
androidJvm
fun
isEmpty
(
)
:
Boolean
Content copied to clipboard
Properties
code
Link copied to clipboard
androidJvm
val
code
:
String
?
=
null
Content copied to clipboard
image
Url
Link copied to clipboard
androidJvm
val
imageUrl
:
String
?
=
null
Content copied to clipboard
insight
Id
Link copied to clipboard
androidJvm
val
insightId
:
String
Content copied to clipboard
insight
Type
Link copied to clipboard
androidJvm
val
insightType
:
String
?
=
null
Content copied to clipboard
question
Text
Link copied to clipboard
androidJvm
val
questionText
:
String
?
=
null
Content copied to clipboard
source
Image
Url
Link copied to clipboard
androidJvm
val
sourceImageUrl
:
String
?
=
null
Content copied to clipboard
type
Link copied to clipboard
androidJvm
val
type
:
String
?
=
null
Content copied to clipboard
value
Link copied to clipboard
androidJvm
val
value
:
String
?
=
null
Content copied to clipboard