kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.places.uniffi
/
BookmarkFolder
/
BookmarkFolder
Bookmark
Folder
constructor
(
guid
:
Guid
,
dateAdded
:
PlacesTimestamp
,
lastModified
:
PlacesTimestamp
,
parentGuid
:
Guid
?
,
position
:
UInt
,
title
:
String
?
,
childGuids
:
List
<
Guid
>
?
,
childNodes
:
List
<
BookmarkItem
>
?
)