|
|
| Bookmark (const char *jsonData) noexcept(false) |
| |
|
| Bookmark (const nx::kit::Json &json) noexcept(false) |
| |
|
template<typename T > |
| | Bookmark (const T &)=delete |
| |
|
bool | operator== (const Bookmark &) const |
| |
|
nx::kit::Json | to_json () const |
| |
|
|
std::string | id |
| |
|
std::string | creatorId |
| |
|
std::chrono::milliseconds | creationTimestamp {} |
| |
|
std::string | name |
| |
|
std::string | description |
| |
|
std::chrono::milliseconds | timeout = std::chrono::milliseconds(-1) |
| |
|
std::chrono::milliseconds | startTimestamp {} |
| |
|
std::chrono::milliseconds | duration {} |
| |
|
std::vector< std::string > | tags |
| |
|
std::string | deviceId |
| |
The documentation for this struct was generated from the following files:
- src/nx/sdk/cloud_storage/helpers/data.h
- src/nx/sdk/cloud_storage/helpers/data.cpp