KtMongo
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
KtMongo
Kotlin BSON • Test suites
/
opensavvy.ktmongo.bson.path
/
User
User
@
Serializable
data
class
User
(
val
_id
:
ObjectId
,
val
profile
:
Profile
,
val
pets
:
List
<
Pet
>
)
(
source
)
Members
Constructors
User
Link copied to clipboard
constructor
(
_id
:
ObjectId
,
profile
:
Profile
,
pets
:
List
<
Pet
>
)
Properties
_
id
Link copied to clipboard
val
_id
:
ObjectId
pets
Link copied to clipboard
val
pets
:
List
<
Pet
>
profile
Link copied to clipboard
val
profile
:
Profile