app
androidJvm
app
/
openfoodfacts.github.scrachx.openfood.models.entities.attribute
Package
openfoodfacts.
github.
scrachx.
openfood.
models.
entities.
attribute
Types
Types
Attribute
Link copied to clipboard
androidJvm
data
class
Attribute
(
val
match
:
Float
,
val
id
:
String
,
val
descriptionShort
:
String
?
,
val
status
:
String
,
val
iconUrl
:
String
?
,
val
title
:
String
?
,
val
name
:
String
?
,
val
description
:
String
?
,
val
debug
:
String
?
)
Content copied to clipboard
Attribute
Group
Link copied to clipboard
androidJvm
data
class
AttributeGroup
(
val
id
:
String
?
,
val
name
:
String
?
,
val
warning
:
String
?
,
val
attributes
:
List
<
Attribute
>
?
)
Content copied to clipboard