app
androidJvm
app
/
openfoodfacts.github.scrachx.openfood.models
/
ChangelogVersion
Changelog
Version
androidJvm
data
class
ChangelogVersion
(
val
date
:
String
,
val
code
:
Long
,
val
name
:
String
,
val
items
:
List
<
String
>
)
:
Serializable
Content copied to clipboard
Constructors
Properties
Constructors
Changelog
Version
Link copied to clipboard
androidJvm
fun
ChangelogVersion
(
date
:
String
,
code
:
Long
,
name
:
String
,
items
:
List
<
String
>
)
Content copied to clipboard
Properties
code
Link copied to clipboard
androidJvm
val
code
:
Long
Content copied to clipboard
date
Link copied to clipboard
androidJvm
val
date
:
String
Content copied to clipboard
items
Link copied to clipboard
androidJvm
val
items
:
List
<
String
>
Content copied to clipboard
name
Link copied to clipboard
androidJvm
val
name
:
String
Content copied to clipboard