InsertableBookmark

constructor(    guid: Guid? = null,     parentGuid: Guid,     position: BookmarkPosition,     dateAdded: PlacesTimestamp? = null,     lastModified: PlacesTimestamp? = null,     url: Url,     title: String? = null)