app
androidJvm
app
/
openfoodfacts.github.scrachx.openfood.models.entities.attribute
/
AttributeGroup
Attribute
Group
androidJvm
data
class
AttributeGroup
(
val
id
:
String
?
,
val
name
:
String
?
,
val
warning
:
String
?
,
val
attributes
:
List
<
Attribute
>
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Attribute
Group
Link copied to clipboard
androidJvm
fun
AttributeGroup
(
id
:
String
?
,
name
:
String
?
,
warning
:
String
?
,
attributes
:
List
<
Attribute
>
?
)
Content copied to clipboard
Properties
attributes
Link copied to clipboard
androidJvm
val
attributes
:
List
<
Attribute
>
?
Content copied to clipboard
id
Link copied to clipboard
androidJvm
val
id
:
String
?
Content copied to clipboard
name
Link copied to clipboard
androidJvm
val
name
:
String
?
Content copied to clipboard
warning
Link copied to clipboard
androidJvm
val
warning
:
String
?
Content copied to clipboard