Jetpack
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Jetpack
:firebase:firestore
/
dev.atick.firebase.firestore.model
Package-level
declarations
Types
Types
Firebase
Jetpack
Link copied to clipboard
@
Serializable
data
class
FirebaseJetpack
(
val
id
:
String
=
UUID.randomUUID().toString()
,
val
name
:
String
=
String()
,
val
price
:
Double
=
0.0
,
val
userId
:
String
=
String()
,
val
lastUpdated
:
Long
=
0
,
val
lastSynced
:
Long
=
0
,
val
deleted
:
Boolean
=
false
)
Represents a Jetpack stored in Firebase.