app
androidJvm
app
/
openfoodfacts.github.scrachx.openfood.category.model
/
Category
Category
androidJvm
data
class
Category
(
val
id
:
String
,
val
name
:
String
,
val
url
:
String
,
val
products
:
Int
)
Content copied to clipboard
Model class for Category
Constructors
Properties
Constructors
Category
Link copied to clipboard
androidJvm
fun
Category
(
id
:
String
,
name
:
String
,
url
:
String
,
products
:
Int
)
Content copied to clipboard
Properties
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
products
Link copied to clipboard
androidJvm
val
products
:
Int
Content copied to clipboard
url
Link copied to clipboard
androidJvm
val
url
:
String
Content copied to clipboard