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
/
Profile
Profile
@
Serializable
data
class
Profile
(
val
name
:
String
,
val
age
:
Int
)
(
source
)
Members
Constructors
Profile
Link copied to clipboard
constructor
(
name
:
String
,
age
:
Int
)
Properties
age
Link copied to clipboard
val
age
:
Int
name
Link copied to clipboard
val
name
:
String