app
androidJvm
app
/
openfoodfacts.github.scrachx.openfood.models.entities.attribute
/
Attribute
Attribute
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
Constructors
Properties
Constructors
Attribute
Link copied to clipboard
androidJvm
fun
Attribute
(
match
:
Float
,
id
:
String
,
descriptionShort
:
String
?
,
status
:
String
,
iconUrl
:
String
?
,
title
:
String
?
,
name
:
String
?
,
description
:
String
?
,
debug
:
String
?
)
Content copied to clipboard
Properties
debug
Link copied to clipboard
androidJvm
val
debug
:
String
?
Content copied to clipboard
description
Link copied to clipboard
androidJvm
val
description
:
String
?
Content copied to clipboard
description
Short
Link copied to clipboard
androidJvm
val
descriptionShort
:
String
?
Content copied to clipboard
icon
Url
Link copied to clipboard
androidJvm
val
iconUrl
:
String
?
Content copied to clipboard
id
Link copied to clipboard
androidJvm
val
id
:
String
Content copied to clipboard
match
Link copied to clipboard
androidJvm
val
match
:
Float
Content copied to clipboard
name
Link copied to clipboard
androidJvm
val
name
:
String
?
Content copied to clipboard
status
Link copied to clipboard
androidJvm
val
status
:
String
Content copied to clipboard
title
Link copied to clipboard
androidJvm
val
title
:
String
?
Content copied to clipboard