RADLib
RADical C++ application framework
RADWeb::RADWebBookmark Struct Reference

One persisted bookmark entry. More...

#include <RADWeb.h>

Public Attributes

int64_t id = 0
 Database id for removal/update. More...
 
std::string url
 Bookmarked URL. More...
 
std::string title
 Bookmark display title. More...
 
int64_t createdUnixMs = 0
 Creation time in Unix milliseconds. More...
 

Detailed Description

One persisted bookmark entry.

Member Data Documentation

◆ createdUnixMs

int64_t RADWeb::RADWebBookmark::createdUnixMs = 0

Creation time in Unix milliseconds.

◆ id

int64_t RADWeb::RADWebBookmark::id = 0

Database id for removal/update.

◆ title

std::string RADWeb::RADWebBookmark::title

Bookmark display title.

◆ url

std::string RADWeb::RADWebBookmark::url

Bookmarked URL.


The documentation for this struct was generated from the following file: